mirror of
https://github.com/osukey/osukey.git
synced 2025-05-28 17:07:35 +09:00
CursorTrail always present, just to be safe
This commit is contained in:
parent
f4965ee7d6
commit
3ddaf1879d
@ -32,6 +32,8 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
|
||||
|
||||
private float time;
|
||||
|
||||
public override bool IsPresent => true;
|
||||
|
||||
private readonly TrailDrawNodeSharedData trailDrawNodeSharedData = new TrailDrawNodeSharedData();
|
||||
private const int max_sprites = 2048;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user