From dcb194cdd83c043d5c452bb10c6e10f89432293c Mon Sep 17 00:00:00 2001 From: PurSnake <56314743+PurSnake@users.noreply.github.com> Date: Sun, 9 Jun 2024 23:28:52 +0300 Subject: [PATCH] fucking formating AAAAAAAAAA --- source/funkin/play/PlayState.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index 95b44b050b..77bccbb284 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -3189,8 +3189,8 @@ class PlayState extends MusicBeatSubState if (resetZoom) resetCameraZoom(); - // Snap the camera to the follow point immediately. - if (snapCamera) + // Snap the camera to the follow point immediately. + if (snapCamera) FlxG.camera.focusOn(cameraFollowPoint.getPosition()); }