1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

Merge branch 'master' into easing

This commit is contained in:
Dean Herbert 2017-07-23 13:46:35 +09:00 committed by GitHub
commit 831bd24b00

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;