1
0
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:
Dean Herbert 2021-03-30 14:57:06 +09:00
parent 89bea2868a
commit f12353a99e

View File

@ -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();
};
}