Fix readonly warning

This commit is contained in:
WebFreak001 2017-05-03 18:48:17 +02:00
parent 008ff9d2f9
commit 063b606a12
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ internal class CursorTrail : Drawable
private Vector2? lastPosition;
private InputResampler resampler = new InputResampler();
private readonly InputResampler resampler = new InputResampler();
protected override DrawNode CreateDrawNode() => new TrailDrawNode();