1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 13:15:08 +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
parent c562435267
commit 13618915b7

View File

@ -87,6 +87,7 @@ namespace osu.Game.Rulesets.Osu.Tests
public MovingCursorInputManager()
{
UseParentInput = false;
ShowVisualCursorGuide = false;
}
protected override void Update()