LocationTextureRenderer: disable billboard in symbol rendering #547
This commit is contained in:
@@ -243,7 +243,7 @@ public class LocationTextureRenderer extends BucketRenderer {
|
||||
if (textureRegion == null)
|
||||
return;
|
||||
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;
|
||||
symbolBucket.pushSymbol(symbolItem);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user