mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Fix custom transform.
This commit is contained in:
Submodule osu-framework updated: 4d131fd0d9...269a1fd192
@ -298,9 +298,7 @@ namespace osu.Game.Screens.Tournament
|
|||||||
private void speedTo(float value, double duration = 0, EasingTypes easing = EasingTypes.None)
|
private void speedTo(float value, double duration = 0, EasingTypes easing = EasingTypes.None)
|
||||||
{
|
{
|
||||||
DelayReset();
|
DelayReset();
|
||||||
|
TransformTo(speed, value, duration, easing, new TransformScrollSpeed());
|
||||||
UpdateTransformsOfType(typeof(TransformScrollSpeed));
|
|
||||||
TransformFloatTo(speed, value, duration, easing, new TransformScrollSpeed());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private enum ScrollState
|
private enum ScrollState
|
||||||
|
Reference in New Issue
Block a user