Fixed World.scale and Group.scale.

This commit is contained in:
photonstorm
2013-12-03 02:13:57 +00:00
parent 3bfea2101a
commit 42c0bed502
11 changed files with 16 additions and 55 deletions
+1 -1
View File
@@ -745,7 +745,7 @@ Phaser.Cache.prototype = {
for (var item in array)
{
if (item !== '__default')
if (item !== '__default' && item !== '__missing')
{
output.push(item);
}