mirror of
https://github.com/wassname/phaser.git
synced 2026-07-05 17:30:19 +08:00
Lots of documentation updates and new Loader examples.
This commit is contained in:
@@ -100,7 +100,7 @@ Phaser.PluginManager.prototype = {
|
||||
// The plugin must have at least one of the above functions to be added to the PluginManager.
|
||||
if (result)
|
||||
{
|
||||
if (plugin.hasPreUpdate || plugin.hasUpdate)
|
||||
if (plugin.hasPreUpdate || plugin.hasUpdate || plugin.hasPostUpdate)
|
||||
{
|
||||
plugin.active = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user