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