We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991ab25 commit 0d0c92aCopy full SHA for 0d0c92a
1 file changed
v3/src/gameobjects/graphics/Graphics.js
@@ -49,7 +49,7 @@ var Graphics = new Class({
49
if (resourceManager !== undefined)
50
{
51
this.resourceManager = resourceManager;
52
- this.gl = state.game.renderer.gl;
+ this.gl = state.game.renderer.gl;
53
}
54
},
55
0 commit comments