mirror of
https://github.com/wassname/phaser.git
synced 2026-09-09 11:28:47 +08:00
LL
This commit is contained in:
@@ -59,12 +59,6 @@ Phaser.World.prototype = {
|
||||
|
||||
do
|
||||
{
|
||||
// if (!displayObject.active)
|
||||
// {
|
||||
// displayObject = displayObject.last._iNext;
|
||||
// continue;
|
||||
// }
|
||||
|
||||
if (displayObject['update'])
|
||||
{
|
||||
displayObject.update();
|
||||
|
||||
Reference in New Issue
Block a user