diff options
author | Kruti Shah | 2012-06-26 09:46:59 -0700 |
---|---|---|
committer | Kruti Shah | 2012-06-26 09:46:59 -0700 |
commit | 4b4a95140d52e191e5e637371dfc369e50e7f9c8 (patch) | |
tree | 274b55f66527a9925032c5d6da4baa6f12be8ada /assets/canvas-runtime.js | |
parent | 4bf8e4cdc179c3b388fc06f26008808aa4b77eb0 (diff) | |
parent | f0d4d89d856b99da1ca8dd3366c48bb76ba6b1f6 (diff) | |
download | ninja-4b4a95140d52e191e5e637371dfc369e50e7f9c8.tar.gz |
Merge branch 'refs/heads/TimelineUberJD' into Timeline-local-kruti
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 | { |