diff --git a/projects/hollywoo-flixel/src/hollywoo_flixel/FlxDirector.kiss b/projects/hollywoo-flixel/src/hollywoo_flixel/FlxDirector.kiss index d0370e7c..cdd5a96c 100644 --- a/projects/hollywoo-flixel/src/hollywoo_flixel/FlxDirector.kiss +++ b/projects/hollywoo-flixel/src/hollywoo_flixel/FlxDirector.kiss @@ -20,6 +20,9 @@ (set currentState (cast scene SceneFlxState)) (set currentState.parent FlxG.state) (FlxG.state.openSubState currentState) + // Re-show characters in case their actor sprites were moved in different scenes: + (doFor =>name character currentState.characters + (showCharacter character ReAppearance ->:Void {})) (cc)) (method :Void cleanup []