mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 00:20:28 +08:00
Add one more comment
This commit is contained in:
@@ -59,6 +59,8 @@ namespace osu.Game.Screens.Edit.GameplayTest
|
||||
{
|
||||
base.LoadAsyncComplete();
|
||||
|
||||
// `preventMissOnPreviousHitObjects()` needs to be called to install its hooks before drawable hit objects get the chance to run update logic,
|
||||
// because it will not work otherwise due to being too late (various effects of the objects getting missed will have already taken place).
|
||||
if (DrawableRuleset != null)
|
||||
preventMissOnPreviousHitObjects();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user