This commit is contained in:
2024-10-13 21:10:14 -05:00
parent 23132c27f0
commit 0f851b26df

View File

@@ -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]