More updates to BitmapData.

This commit is contained in:
photonstorm
2013-11-15 20:40:55 +00:00
parent 8d48576fe2
commit 83cacb93a0
7 changed files with 196 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
*/
Phaser.Group = function (game, parent, name, useStage) {
if (typeof parent === 'undefined')
if (typeof parent === 'undefined' || typeof parent === null)
{
parent = game.world;
}