Skip to content

Commit 0b47253

Browse files
Update PlayState.hx
1 parent 5e0747a commit 0b47253

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/funkin/game/PlayState.hx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,6 +1338,8 @@ class PlayState extends MusicBeatState
13381338
}
13391339
data.put();
13401340
}
1341+
1342+
if (camZooming){
13411343
FlxG.camera.zoom = lerp(FlxG.camera.zoom, defaultCamZoom, camGameZoomLerp);
13421344
camHUD.zoom = lerp(camHUD.zoom, defaultHudZoom, camHUDZoomLerp);
13431345
}
@@ -1528,7 +1530,7 @@ class PlayState extends MusicBeatState
15281530
public function endSong():Void
15291531
{
15301532
endingSong = true;
1531-
1533+
15321534
var event = scripts.event("onSongEnd", new CancellableEvent());
15331535
if (event.cancelled) return;
15341536

0 commit comments

Comments
 (0)