diff options
Diffstat (limited to 'assets/canvas-runtime.js')
-rw-r--r-- | assets/canvas-runtime.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/canvas-runtime.js b/assets/canvas-runtime.js index 13b36540..c441a98d 100644 --- a/assets/canvas-runtime.js +++ b/assets/canvas-runtime.js | |||
@@ -186,6 +186,7 @@ NinjaCvsRt.GLRuntime = Object.create(Object.prototype, { | |||
186 | this._canvas.rdgeid = id; | 186 | this._canvas.rdgeid = id; |
187 | RDGE.globals.engine.registerCanvas(this._canvas, this); | 187 | RDGE.globals.engine.registerCanvas(this._canvas, this); |
188 | RDGE.RDGEStart( this._canvas ); | 188 | RDGE.RDGEStart( this._canvas ); |
189 | this._canvas.task.start(); | ||
189 | } | 190 | } |
190 | else | 191 | else |
191 | { | 192 | { |