mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Remove scrolling gameplay mode for now
This commit is contained in:
@ -108,20 +108,6 @@ namespace osu.Game.Screens.Utility
|
||||
};
|
||||
break;
|
||||
|
||||
case LatencyVisualMode.ScrollingGameplay:
|
||||
visualContent.Children = new Drawable[]
|
||||
{
|
||||
new ScrollingGameplay
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
},
|
||||
new LatencyCursorContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
},
|
||||
};
|
||||
break;
|
||||
|
||||
default:
|
||||
throw new ArgumentOutOfRangeException();
|
||||
}
|
||||
|
@ -7,7 +7,6 @@ namespace osu.Game.Screens.Utility
|
||||
public enum LatencyVisualMode
|
||||
{
|
||||
CircleGameplay,
|
||||
ScrollingGameplay,
|
||||
Simple,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user