Skip to content

Commit 0d0c92a

Browse files
committed
ESLint fix.
1 parent 991ab25 commit 0d0c92a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/gameobjects/graphics/Graphics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var Graphics = new Class({
4949
if (resourceManager !== undefined)
5050
{
5151
this.resourceManager = resourceManager;
52-
this.gl = state.game.renderer.gl;
52+
this.gl = state.game.renderer.gl;
5353
}
5454
},
5555

0 commit comments

Comments
 (0)