We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ffe55 commit 85de2a9Copy full SHA for 85de2a9
source/funkin/play/PlayState.hx
@@ -1552,13 +1552,6 @@ class PlayState extends MusicBeatSubState
1552
}
1553
// trace('Not bopping camera: ${FlxG.camera.zoom} < ${(1.35 * defaultCameraZoom)} && ${cameraZoomRate} > 0 && ${Conductor.instance.currentBeat} % ${cameraZoomRate} == ${Conductor.instance.currentBeat % cameraZoomRate}}');
1554
1555
- // That combo milestones that got spoiled that one time.
1556
- // Comes with NEAT visual and audio effects.
1557
-
1558
- // bruh this var is bonkers i thot it was a function lmfaooo
1559
1560
- // Break up into individual lines to aid debugging.
1561
1562
if (playerStrumline != null) playerStrumline.onBeatHit();
1563
if (opponentStrumline != null) opponentStrumline.onBeatHit();
1564
0 commit comments