Skip to content

Commit 5458cde

Browse files
committed
Fix "currrent" typo
1 parent c233c48 commit 5458cde

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/funkin/ui/freeplay/FreeplayState.hx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ class FreeplayState extends FunkinState
341341
capsule.lerpPos.y -= 100; // another 100 for good measure
342342
}
343343

344-
lookForCurrrentVariation();
344+
lookForCurrentVariation();
345345
}
346346

347347
/**
@@ -357,7 +357,7 @@ class FreeplayState extends FunkinState
357357

358358
curDifficulty = difficulties[curIndex];
359359
difficultySelector.changeDifficulty(curDifficulty, index);
360-
lookForCurrrentVariation();
360+
lookForCurrentVariation();
361361
filterSongs();
362362
}
363363

@@ -389,7 +389,7 @@ class FreeplayState extends FunkinState
389389
/**
390390
* Looks for the current variation.
391391
*/
392-
public function lookForCurrrentVariation():Void
392+
public function lookForCurrentVariation():Void
393393
{
394394
if (filteredSongs[curSelected] != null)
395395
{

0 commit comments

Comments
 (0)