1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 13:23:03 +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:
Dean Herbert 2017-07-23 11:34:09 +09:00
parent c08cb43b9c
commit c6250e1da5

View File

@ -28,7 +28,11 @@ namespace osu.Game.Screens.Tournament
private readonly Container tracker;
#pragma warning disable 649
// set via reflection.
private float speed;
#pragma warning restore 649
private int expiredCount;
private float offset;