1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:17:26 +08:00

Use {Initial,Final}Rate instead of SpeedChange

This commit is contained in:
Bartłomiej Dach 2020-06-19 20:11:12 +02:00
parent 0046cc08e9
commit 1d5084c355

View File

@ -94,7 +94,7 @@ namespace osu.Game.Tests.Gameplay
break; break;
case ModTimeRamp m: case ModTimeRamp m:
m.SpeedChange.Value = expectedRate; m.InitialRate.Value = m.FinalRate.Value = expectedRate;
break; break;
} }