diff --git a/src/funkin/states/ui/StoryState.hx b/src/funkin/states/ui/StoryState.hx index 78ff370..c9e13db 100644 --- a/src/funkin/states/ui/StoryState.hx +++ b/src/funkin/states/ui/StoryState.hx @@ -60,7 +60,6 @@ class StoryState extends FunkinState grpOfWeekSprGrps.z = 100; add(grpOfWeekSprGrps); - var lastHeight:Int = 0; for (i => week in loadedWeeks) { var weekSpr:WeekItem = new WeekItem(0, colorBG.y + colorBG.height + 10, week.id);