From 921601992fb5d26066019ab72b94e2428d486e1b Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 6 Jan 2022 15:12:08 -0700 Subject: [PATCH] remove prints --- .../hollywoo-flixel/src/hollywoo_flixel/FlxDirector.kiss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/projects/hollywoo-flixel/src/hollywoo_flixel/FlxDirector.kiss b/projects/hollywoo-flixel/src/hollywoo_flixel/FlxDirector.kiss index 17a5db57..9002db99 100644 --- a/projects/hollywoo-flixel/src/hollywoo_flixel/FlxDirector.kiss +++ b/projects/hollywoo-flixel/src/hollywoo_flixel/FlxDirector.kiss @@ -161,11 +161,9 @@ // If the character is behind another character, swap them so the speaker is front (case character.stagePosition (LeftBehind - ~"swap left" - (swapCharacters ~character ~currentState.characterOnLeft ->:Void {})) + (swapCharacters character currentState.characterOnLeft ->:Void {})) (RightBehind - ~"swap Right" - (swapCharacters ~character ~currentState.characterOnRight ->:Void {})) + (swapCharacters character currentState.characterOnRight ->:Void {})) (otherwise)) (let [actor (the ActorFlxSprite character.actor)] (if wryly