1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 02:13:38 +08:00

Default to circle gameplay mode

This commit is contained in:
Dean Herbert
2022-06-10 19:42:07 +09:00
Unverified
parent 41d16c613d
commit a6fd61c444
@@ -6,8 +6,8 @@ namespace osu.Game.Screens.Utility
{
public enum LatencyVisualMode
{
Simple,
CircleGameplay,
ScrollingGameplay,
Simple,
}
}