mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 07:47:25 +08:00
Update forgotten test scene usage
This commit is contained in:
parent
89bea2868a
commit
f12353a99e
@ -242,7 +242,7 @@ namespace osu.Game.Rulesets.Catch.Tests
|
||||
Add(drawableObject);
|
||||
drawableObject.OnLoadComplete += _ =>
|
||||
{
|
||||
catcher.OnNewResult(drawableObject, result, true);
|
||||
catcher.OnNewResult(drawableObject, result);
|
||||
drawableObject.Expire();
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user