Merge branch 'master' into multi-background-stack

This commit is contained in:
Dean Herbert
2019-03-18 09:54:27 +09:00
committed by GitHub
43 changed files with 944 additions and 447 deletions

View File

@ -13,7 +13,7 @@ namespace osu.Game.Tests.Visual
base.Update();
// note that this will override any mod rate application
Beatmap.Value.Track.Rate = Clock.Rate;
Beatmap.Value.Track.TempoAdjust = Clock.Rate;
}
}
}