mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 20:05:29 +08:00
Supress compiler warning
I don't think this is a sustainable solution if we start doing this in more places.
This commit is contained in:
parent
c08cb43b9c
commit
c6250e1da5
@ -28,7 +28,11 @@ namespace osu.Game.Screens.Tournament
|
|||||||
|
|
||||||
private readonly Container tracker;
|
private readonly Container tracker;
|
||||||
|
|
||||||
|
#pragma warning disable 649
|
||||||
|
// set via reflection.
|
||||||
private float speed;
|
private float speed;
|
||||||
|
#pragma warning restore 649
|
||||||
|
|
||||||
private int expiredCount;
|
private int expiredCount;
|
||||||
|
|
||||||
private float offset;
|
private float offset;
|
||||||
|
Loading…
Reference in New Issue
Block a user