Jump to content

It seems there is a mistake on resources\Project Templates\Full Screen Mobile\Preloader.js


plicatibu
 Share

Recommended Posts

I'm pretty sure that the code from resources\Project Templates\Full Screen Mobile\Preloader.js

 

is wrong:

        if (this.cache.isSoundDecoded('titleMusic') && this.ready == false)        {            this.ready = true;            this.state.start('MainMenu');        }

But it should be (in my opinion)

        if (this.cache.isSoundDecoded('titleMusic') && this.ready == true)        {            this.ready = true;            this.state.start('MainMenu');        }

Regards.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...