We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15be88d commit 09042a6Copy full SHA for 09042a6
js/rpg_core/ShaderTilemap.js
@@ -14,7 +14,6 @@ ShaderTilemap.prototype = Object.create(Tilemap.prototype);
14
ShaderTilemap.prototype.constructor = ShaderTilemap;
15
16
// we need this constant for some platforms (Samsung S4, S5, Tab4, HTC One H8)
17
-PIXI.glCore.VertexArrayObject.FORCE_NATIVE = true;
18
PIXI.settings.GC_MODE = PIXI.GC_MODES.AUTO;
19
PIXI.tilemap.TileRenderer.SCALE_MODE = PIXI.SCALE_MODES.NEAREST;
20
PIXI.tilemap.TileRenderer.DO_CLEAR = true;
0 commit comments