mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
fix CI error
This commit is contained in:
@ -54,7 +54,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
|
||||
Inverted.Value = true;
|
||||
|
||||
var stageSpacing = 300 / stages.Count();
|
||||
var stageSpacing = 300 / stages.Count;
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user