mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix usages of OnLoadComplete
This commit is contained in:
@ -577,7 +577,7 @@ namespace osu.Game.Screens.Select
|
||||
else
|
||||
{
|
||||
float y = currentY;
|
||||
d.OnLoadComplete = _ => performMove(y, setY);
|
||||
d.OnLoadComplete += _ => performMove(y, setY);
|
||||
}
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user