mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08: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…
Reference in New Issue
Block a user