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()); }