1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 02:39:52 +08:00

Don't show cursor guide in gameplay cursor test

This commit is contained in:
Dean Herbert
2020-07-10 14:46:49 +09:00
Unverified
parent c562435267
commit 13618915b7
@@ -87,6 +87,7 @@ namespace osu.Game.Rulesets.Osu.Tests
public MovingCursorInputManager()
{
UseParentInput = false;
ShowVisualCursorGuide = false;
}
protected override void Update()