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:
parent
0046cc08e9
commit
1d5084c355
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user