Skip to content

Commit

Permalink
FocusCamera change
Browse files Browse the repository at this point in the history
  • Loading branch information
PurSnake authored Jun 9, 2024
1 parent dcb194c commit fbbc5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/play/event/FocusCameraSongEvent.hx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class FocusCameraSongEvent extends SongEvent
switch (ease)
{
case 'CLASSIC': // Old-school. No ease. Just set follow point.
PlayState.instance.resetCamera(false, true);
PlayState.instance.resetCamera(false, true, false);
PlayState.instance.cameraFollowPoint.setPosition(targetX, targetY);
case 'INSTANT': // Instant ease. Duration is automatically 0.
PlayState.instance.tweenCameraToPosition(targetX, targetY, 0);
Expand Down

0 comments on commit fbbc5e6

Please sign in to comment.