Skip to content

Commit df26834

Browse files
authored
Update LevelSelect.hx
1 parent e691369 commit df26834

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/jta/states/LevelSelect.hx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@ class LevelSelect extends BaseState
177177
super.update(elapsed);
178178
}
179179

180-
/**
181-
* Formats the level path to a consistent format.
182-
* @param path The path to format.
183-
* @return The formatted path.
184-
*/
185180
private function formatLevelPath(path:String):String
186181
return path.toLowerCase().replace(' ', '-');
187182
}

0 commit comments

Comments
 (0)