aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/src/core/script/runtime.js
diff options
context:
space:
mode:
authorPushkar Joshi2012-02-02 11:28:45 -0800
committerPushkar Joshi2012-02-02 11:28:45 -0800
commitacc500d1f1c76f4e7c93ae1cfea8d925ca95e7b9 (patch)
tree877f8ca734228c11050b037ce82fc0d1e1303193 /js/helper-classes/RDGE/src/core/script/runtime.js
parent4d4de64472603426a73b26cc98ba8206190949b8 (diff)
parent4222db97e353fb65fab787ba5927d16d9fa4e1f7 (diff)
downloadninja-acc500d1f1c76f4e7c93ae1cfea8d925ca95e7b9.tar.gz
Merge branch 'working' of c:/Code/github/emueller/ninja-internal/ into pentool
Diffstat (limited to 'js/helper-classes/RDGE/src/core/script/runtime.js')
-rw-r--r--js/helper-classes/RDGE/src/core/script/runtime.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/RDGE/src/core/script/runtime.js b/js/helper-classes/RDGE/src/core/script/runtime.js
index 8d8fdf38..18b9b223 100644
--- a/js/helper-classes/RDGE/src/core/script/runtime.js
+++ b/js/helper-classes/RDGE/src/core/script/runtime.js
@@ -179,7 +179,7 @@ RDGERequestAnimationFrame = (function() {
179RDGETask = (function() { 179RDGETask = (function() {
180 var tasks = {}; 180 var tasks = {};
181 return function(canvas, startNow) { 181 return function(canvas, startNow) {
182 this.id = canvas.id; 182 this.id = canvas.rdgeid;
183 this.currTime = 0.0; 183 this.currTime = 0.0;
184 this.lastTime = 0.0; 184 this.lastTime = 0.0;
185 this.running = false; 185 this.running = false;