mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
fix(SegmentedGraph): make ctor public
This commit is contained in:
@ -26,7 +26,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
private readonly int tierCount;
|
||||
|
||||
protected SegmentedGraph(int tierCount)
|
||||
public SegmentedGraph(int tierCount)
|
||||
{
|
||||
this.tierCount = tierCount;
|
||||
TierColours = new Colour4[tierCount];
|
||||
|
Reference in New Issue
Block a user