Skip to content

Commit 09042a6

Browse files
author
Nathan Bolton
committed
Remove deprecated setting
1 parent 15be88d commit 09042a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/rpg_core/ShaderTilemap.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ShaderTilemap.prototype = Object.create(Tilemap.prototype);
1414
ShaderTilemap.prototype.constructor = ShaderTilemap;
1515

1616
// we need this constant for some platforms (Samsung S4, S5, Tab4, HTC One H8)
17-
PIXI.glCore.VertexArrayObject.FORCE_NATIVE = true;
1817
PIXI.settings.GC_MODE = PIXI.GC_MODES.AUTO;
1918
PIXI.tilemap.TileRenderer.SCALE_MODE = PIXI.SCALE_MODES.NEAREST;
2019
PIXI.tilemap.TileRenderer.DO_CLEAR = true;

0 commit comments

Comments
 (0)