ScaleMode fix, BitmapData change and Device updates.

This commit is contained in:
photonstorm
2013-11-18 20:27:40 +00:00
parent a5f2d65d23
commit b63bd14172
10 changed files with 1867 additions and 239 deletions
+1 -1
View File
@@ -358,7 +358,7 @@ Phaser.Sprite.prototype.constructor = Phaser.Sprite;
*/
Phaser.Sprite.prototype.preUpdate = function() {
if (!this.exists || !this.group.exists)
if (!this.exists || (this.group && !this.group.exists))
{
this.renderOrderID = -1;
return;