diff --git a/org/flixel/FlxG.as b/org/flixel/FlxG.as index b9c50ce7..56009478 100755 --- a/org/flixel/FlxG.as +++ b/org/flixel/FlxG.as @@ -848,6 +848,7 @@ package org.flixel { try { + FlxG.cameras.splice(FlxG.cameras.indexOf(Camera), 1); FlxG._game.removeChild(Camera._flashSprite); } catch(E:Error)