mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Update usages to new naming
This commit is contained in:
@ -148,7 +148,7 @@ namespace osu.Game.Tests.Beatmaps
|
||||
if (!conversionTask.Wait(10000))
|
||||
Assert.Fail("Conversion timed out");
|
||||
|
||||
return conversionTask.GetCompletedResult();
|
||||
return conversionTask.GetResultSafely();
|
||||
}
|
||||
|
||||
protected virtual void OnConversionGenerated(HitObject original, IEnumerable<HitObject> result, IBeatmapConverter beatmapConverter)
|
||||
|
Reference in New Issue
Block a user