1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-16 05:52:57 +08:00

Update test scene

This commit is contained in:
Dean Herbert 2021-03-25 17:05:28 +09:00
parent 013ddc734c
commit 6808719efa

View File

@ -242,7 +242,7 @@ namespace osu.Game.Rulesets.Catch.Tests
Add(drawableObject);
drawableObject.OnLoadComplete += _ =>
{
catcher.OnNewResult(drawableObject, result);
catcher.OnNewResult(drawableObject, result, true);
drawableObject.Expire();
};
}