File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments