mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 01:42:59 +08:00
Fix readonly warning
This commit is contained in:
parent
008ff9d2f9
commit
063b606a12
@ -39,7 +39,7 @@ namespace osu.Game.Graphics.Cursor
|
||||
|
||||
private Vector2? lastPosition;
|
||||
|
||||
private InputResampler resampler = new InputResampler();
|
||||
private readonly InputResampler resampler = new InputResampler();
|
||||
|
||||
protected override DrawNode CreateDrawNode() => new TrailDrawNode();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user