Skip to content

Commit 625a3e7

Browse files
committed
No pitch
1 parent a55ab6f commit 625a3e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/funkin/ui/haxeui/components/CharacterPlayer.hx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,7 @@ class CharacterPlayer extends Box
233233

234234
if ((event.note.noteData.getMustHitNote() && characterType == BF)
235235
|| (!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));
236+
&& characterType == DAD)) character.holdTimer = -event.note.noteData?.length / 1000;
238237
// At least i tried yaknow?
239238
}
240239
}

0 commit comments

Comments
 (0)