mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:02:55 +08:00
Use {Initial,Final}Rate instead of SpeedChange
This commit is contained in:
parent
0046cc08e9
commit
1d5084c355
@ -94,7 +94,7 @@ namespace osu.Game.Tests.Gameplay
|
||||
break;
|
||||
|
||||
case ModTimeRamp m:
|
||||
m.SpeedChange.Value = expectedRate;
|
||||
m.InitialRate.Value = m.FinalRate.Value = expectedRate;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user