mirror of
https://github.com/ppy/osu.git
synced 2025-01-16 12:12:56 +08:00
Update test scene
This commit is contained in:
parent
013ddc734c
commit
6808719efa
@ -242,7 +242,7 @@ namespace osu.Game.Rulesets.Catch.Tests
|
|||||||
Add(drawableObject);
|
Add(drawableObject);
|
||||||
drawableObject.OnLoadComplete += _ =>
|
drawableObject.OnLoadComplete += _ =>
|
||||||
{
|
{
|
||||||
catcher.OnNewResult(drawableObject, result);
|
catcher.OnNewResult(drawableObject, result, true);
|
||||||
drawableObject.Expire();
|
drawableObject.Expire();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user