mirror of
https://github.com/ppy/osu
synced 2025-01-20 21:10:49 +00:00
Restore IsLoaded check
This commit is contained in:
parent
c03d1d9566
commit
65018705f4
@ -57,7 +57,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
|
||||
// this is required to make this run after the last caught fruit runs UpdateState at least once.
|
||||
// TODO: find a better alternative
|
||||
if (lastPlateableFruit.LoadState > LoadState.Ready)
|
||||
if (lastPlateableFruit.IsLoaded)
|
||||
action();
|
||||
else
|
||||
lastPlateableFruit.OnLoadComplete = _ => action();
|
||||
|
Loading…
Reference in New Issue
Block a user