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 a55ab6f commit 625a3e7Copy full SHA for 625a3e7
source/funkin/ui/haxeui/components/CharacterPlayer.hx
@@ -233,8 +233,7 @@ class CharacterPlayer extends Box
233
234
if ((event.note.noteData.getMustHitNote() && characterType == BF)
235
|| (!event.note.noteData.getMustHitNote()
236
- && characterType == DAD)) character.holdTimer = -((event.note.noteData?.length / 1000 ?? 1) / (#if FLX_PITCH Math.max(0.05,
237
- FlxG.sound?.music?.pitch) ?? 1 #else 1 #end));
+ && characterType == DAD)) character.holdTimer = -event.note.noteData?.length / 1000;
238
// At least i tried yaknow?
239
}
240
0 commit comments