From 0f851b26dfa194bd1e1f4527be0061c0650720c0 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 13 Oct 2024 21:10:14 -0500 Subject: [PATCH] comment --- src/hollywoo_flixel/HollywooFlixelDSL.kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hollywoo_flixel/HollywooFlixelDSL.kiss b/src/hollywoo_flixel/HollywooFlixelDSL.kiss index 8b92302..5096530 100644 --- a/src/hollywoo_flixel/HollywooFlixelDSL.kiss +++ b/src/hollywoo_flixel/HollywooFlixelDSL.kiss @@ -811,7 +811,7 @@ set scene.set] (set camera.x (Math.ceil set.x)) - (set camera.scroll.x (Math.ceil set.x)) + (set camera.scroll.x (Math.ceil set.x)) // TODO will need to tighten in like below (set camera.width (Std.int set.width)))) (method clipSceneCameraByProp [:String propKey]