Skip to content

Commit 54442c5

Browse files
committed
Forcing Variable Timer for further testing.
1 parent 119ae11 commit 54442c5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

v3/src/boot/Game.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ var Game = function (config)
7272
* @property {Phaser.MainLoop} mainloop - Main Loop handler.
7373
* @protected
7474
*/
75-
if (this.config.useTicker)
76-
{
75+
// if (this.config.useTicker)
76+
// {
7777
this.loop = new VariableTimeStep(this, this.config.fps);
78-
}
79-
else
80-
{
81-
this.loop = new MainLoop(this, this.config.fps);
82-
}
78+
// }
79+
// else
80+
// {
81+
// this.loop = new MainLoop(this, this.config.fps);
82+
// }
8383

8484
// Wait for the DOM Ready event, then call boot.
8585
DOMContentLoaded(this.boot.bind(this));

0 commit comments

Comments
 (0)