Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/funkin/audio/visualize/SpectogramSprite.hx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class SpectogramSprite extends FlxTypedSpriteGroup<FlxSprite>
for (i in 0...group.members.length)
{
// needs to be exponential growth / scaling
// still need to optmize the FFT to run better, gets only samples needed?
// still need to optimize the FFT to run better, gets only samples needed?
// not every frequency is built the same!
// 20hz to 40z is a LOT of subtle low ends, but somethin like 20,000hz to 20,020hz, the difference is NOT the same!

Expand Down
3 changes: 1 addition & 2 deletions source/funkin/ui/charSelect/CharSelectSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -849,8 +849,7 @@ class CharSelectSubState extends MusicBeatSubState
mobileAccept = true;
}
#end

//

if (controls.UI_UP) holdTmrUp += elapsed;
if (controls.UI_UP_R)
{
Expand Down