Skip to content

Commit

Permalink
Add Lanes as a nested playfield as well
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Nov 14, 2020
1 parent 82e78f0 commit f3f3182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game.Rulesets.Hishigata/UI/HishigataPlayfield.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public HishigataPlayfield()
};
lanes.Add(lane);
playfieldContainer.Add(lane);
AddNested(lane);
}
}

Expand Down

0 comments on commit f3f3182

Please sign in to comment.