Skip to content

Commit 486acbb

Browse files
committed
forgot camera fix on game over screen /shrug
1 parent d8790ad commit 486acbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/GameOverSubstate.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class GameOverSubstate extends MusicBeatSubstate
7474

7575
if (bf.animation.curAnim.name == 'firstDeath' && bf.animation.curAnim.curFrame == 12)
7676
{
77-
FlxG.camera.follow(camFollow, LOCKON, 0.01);
77+
FlxG.camera.follow(camFollow, LOCKON, 0.01 * (60.0 / MusicBeatState.funkyFramerate));
7878
}
7979

8080
if (bf.animation.curAnim.name == 'firstDeath' && bf.animation.curAnim.finished)

0 commit comments

Comments
 (0)