LocationTextureRenderer: disable billboard in symbol rendering #547
This commit is contained in:
parent
4d7de87e7d
commit
94a2461741
@ -243,7 +243,7 @@ public class LocationTextureRenderer extends BucketRenderer {
|
|||||||
if (textureRegion == null)
|
if (textureRegion == null)
|
||||||
return;
|
return;
|
||||||
SymbolItem symbolItem = SymbolItem.pool.get();
|
SymbolItem symbolItem = SymbolItem.pool.get();
|
||||||
symbolItem.set(symbolX, symbolY, textureRegion, this.bearing, true);
|
symbolItem.set(symbolX, symbolY, textureRegion, this.bearing, false);
|
||||||
symbolItem.offset = CENTER_OFFSET;
|
symbolItem.offset = CENTER_OFFSET;
|
||||||
symbolBucket.pushSymbol(symbolItem);
|
symbolBucket.pushSymbol(symbolItem);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user