Update bindable types in line with framework

This commit is contained in:
Dean Herbert
2019-12-09 19:41:18 +09:00
parent 609c511309
commit f7f4a57c5f
3 changed files with 13 additions and 7 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.TempoAdjust = Clock.Rate;
Beatmap.Value.Track.Tempo.Value = Clock.Rate;
}
}
}