Skip to content

Commit

Permalink
USELESS
Browse files Browse the repository at this point in the history
Co-authored-by: TechnikTil <[email protected]>
  • Loading branch information
CrusherNotDrip and TechnikTil committed Dec 21, 2024
1 parent d5cb5f9 commit e09f926
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/funkin/states/ui/StoryState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e09f926

Please sign in to comment.