We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9760468 commit 7d61267Copy full SHA for 7d61267
1 file changed
src/time/Time.js
@@ -276,7 +276,7 @@ Phaser.Time.prototype = {
276
update: function (time) {
277
278
// this.time always holds Date.now, this.now may hold the RAF high resolution time value if RAF is available (otherwise it also holds Date.now)
279
- this.time = Date.now;
+ this.time = Date.now();
280
281
// 'now' is currently still holding the time of the last call, move it into prevTime
282
this.prevTime = this.now;
0 commit comments