Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
no
Browse files Browse the repository at this point in the history
  • Loading branch information
Leather128 committed Oct 23, 2021
1 parent 7948002 commit 8a99c4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/states/StoryMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,6 @@ class StoryMenuState extends MusicBeatState
difficultySprite.x = leftArrow.x + leftArrow.width + 4;
rightArrow.x = difficultySprite.x + difficultySprite.width + 4;
}

changeWeek();
}

var movedBack:Bool = false;
Expand Down Expand Up @@ -389,8 +387,8 @@ class StoryMenuState extends MusicBeatState

currentGroup = groups[groupIndex];

changeWeek();
createWeekGraphics();
changeWeek();
}

function updateText()
Expand Down

0 comments on commit 8a99c4b

Please sign in to comment.