mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Update framework and fix compilation
Most issues were related to BeginLoopedSequence usage and lack of "this." in front of transform helpers.
This commit is contained in:
@ -163,7 +163,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
body.FadeOut(160);
|
||||
ball.FadeOut(160);
|
||||
|
||||
FadeOut(800);
|
||||
this.FadeOut(800);
|
||||
|
||||
Expire();
|
||||
}
|
||||
|
Reference in New Issue
Block a user