mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 14:37:21 +08:00
Fix CursorTrail corruption by resetting on load.
This commit is contained in:
parent
b6e7e054c3
commit
8040d6a03f
@ -77,6 +77,12 @@ namespace osu.Game.Graphics.Cursor
|
|||||||
Scale = new Vector2(1 / texture.ScaleAdjust);
|
Scale = new Vector2(1 / texture.ScaleAdjust);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override void LoadComplete()
|
||||||
|
{
|
||||||
|
base.LoadComplete();
|
||||||
|
resetTime();
|
||||||
|
}
|
||||||
|
|
||||||
protected override void Update()
|
protected override void Update()
|
||||||
{
|
{
|
||||||
base.Update();
|
base.Update();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user