mirror of
https://github.com/osukey/osukey.git
synced 2025-05-05 21:57:24 +09: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);
|
Add(drawableObject);
|
||||||
drawableObject.OnLoadComplete += _ =>
|
drawableObject.OnLoadComplete += _ =>
|
||||||
{
|
{
|
||||||
catcher.OnNewResult(drawableObject, result, true);
|
catcher.OnNewResult(drawableObject, result);
|
||||||
drawableObject.Expire();
|
drawableObject.Expire();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user