We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f0128 commit e002827Copy full SHA for e002827
1 file changed
Phaser/Game.ts
@@ -309,7 +309,7 @@ module Phaser {
309
//this.physics = new Phaser.Physics.Manager(this);
310
this.plugins = new Phaser.PluginManager(this, this);
311
312
- this.load.onLoadComplete.addOnce(this.loadComplete, this);
+ this.load.onLoadComplete.add(this.loadComplete, this);
313
314
this.setRenderer(Phaser.Types.RENDERER_CANVAS);
315
@@ -464,6 +464,7 @@ module Phaser {
464
else
465
{
466
// Start the loader going as we have something in the queue
467
468
this.load.start();
469
}
470
0 commit comments