mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 22:33:05 +08:00
Set better TaikoPlayfield default VisibleTimeRange.
This commit is contained in:
parent
7237f834c4
commit
2334c109e5
@ -178,6 +178,8 @@ namespace osu.Game.Rulesets.Taiko.UI
|
|||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
VisibleTimeRange.Value = 6000;
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
Reference in New Issue
Block a user