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 5110d58 commit 788f14bCopy full SHA for 788f14b
js/rpg_core/ShaderTilemap.js
@@ -15,7 +15,7 @@ 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.GC_MODES.DEFAULT = PIXI.GC_MODES.AUTO;
+PIXI.settings.GC_MODE = PIXI.GC_MODES.AUTO;
19
PIXI.tilemap.TileRenderer.SCALE_MODE = PIXI.SCALE_MODES.NEAREST;
20
21
/**
0 commit comments