mirror of
https://github.com/ppy/osu.git
synced 2025-01-22 22:42:58 +08:00
Fix weird local variable typo
This commit is contained in:
parent
322df72cce
commit
f8ac54d61c
@ -216,7 +216,7 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
private int visibleSetsCount;
|
private int visibleSetsCount;
|
||||||
|
|
||||||
public BeatmapCarousel(FilterCriteria initialCriterial)
|
public BeatmapCarousel(FilterCriteria initialCriteria)
|
||||||
{
|
{
|
||||||
root = new CarouselRoot(this);
|
root = new CarouselRoot(this);
|
||||||
InternalChild = new Container
|
InternalChild = new Container
|
||||||
@ -239,7 +239,7 @@ namespace osu.Game.Screens.Select
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
activeCriteria = initialCriterial;
|
activeCriteria = initialCriteria;
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
Reference in New Issue
Block a user