mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 11:50:15 +08:00
Fix weird local variable typo
This commit is contained in:
@@ -216,7 +216,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
private int visibleSetsCount;
|
||||
|
||||
public BeatmapCarousel(FilterCriteria initialCriterial)
|
||||
public BeatmapCarousel(FilterCriteria initialCriteria)
|
||||
{
|
||||
root = new CarouselRoot(this);
|
||||
InternalChild = new Container
|
||||
@@ -239,7 +239,7 @@ namespace osu.Game.Screens.Select
|
||||
}
|
||||
};
|
||||
|
||||
activeCriteria = initialCriterial;
|
||||
activeCriteria = initialCriteria;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
||||
Reference in New Issue
Block a user