mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 23:42:55 +08:00
Correct comment
This commit is contained in:
parent
3f93780306
commit
62edfe7327
@ -53,7 +53,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
if (lastPlateableFruit == null)
|
||||
return;
|
||||
|
||||
// this is required to make this run after the last caught fruit runs UpdateState at least once.
|
||||
// this is required to make this run after the last caught fruit runs updateState() at least once.
|
||||
// TODO: find a better alternative
|
||||
if (lastPlateableFruit.IsLoaded)
|
||||
action();
|
||||
|
Loading…
Reference in New Issue
Block a user