We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa95e0a + ced7c82 commit 3c5bf3eCopy full SHA for 3c5bf3e
1 file changed
src/boot/CreateRenderer.js
@@ -96,9 +96,6 @@ var CreateRenderer = function (game)
96
if (config.renderType === CONST.WEBGL)
97
{
98
game.renderer = new WebGLRenderer(game);
99
-
100
- // The WebGL Renderer sets this value during its init, not on construction
101
- game.context = null;
102
}
103
else
104
@@ -115,9 +112,6 @@ var CreateRenderer = function (game)
115
112
config.renderType = CONST.WEBGL;
116
113
117
114
118
119
120
121
122
123
if (!typeof WEBGL_RENDERER && typeof CANVAS_RENDERER)
0 commit comments