This commit is contained in:
Richard Davey 2018-03-05 21:53:29 +00:00
commit dd116f76c1

View file

@ -265,7 +265,7 @@ var Game = new Class({
{
this.isBooted = true;
this.config.preBoot();
this.config.preBoot(this);
CreateRenderer(this);
@ -292,7 +292,7 @@ var Game = new Class({
{
this.isRunning = true;
this.config.postBoot();
this.config.postBoot(this);
if (this.renderer)
{