mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
CI fixes.
This commit is contained in:
parent
d04353aed0
commit
8844ff7ab7
@ -14,7 +14,6 @@ using osu.Game.Modes.Osu.Objects;
|
|||||||
using osu.Game.Screens.Play;
|
using osu.Game.Screens.Play;
|
||||||
using OpenTK.Graphics;
|
using OpenTK.Graphics;
|
||||||
using osu.Desktop.VisualTests.Beatmaps;
|
using osu.Desktop.VisualTests.Beatmaps;
|
||||||
using osu.Game.Modes.Osu;
|
|
||||||
|
|
||||||
namespace osu.Desktop.VisualTests.Tests
|
namespace osu.Desktop.VisualTests.Tests
|
||||||
{
|
{
|
||||||
|
@ -32,6 +32,6 @@ namespace osu.Game.Modes.Beatmaps
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="beatmap">The Beatmap to check.</param>
|
/// <param name="beatmap">The Beatmap to check.</param>
|
||||||
/// <returns>Whether the Beatmap can be converted using this Beatmap Converter.</returns>
|
/// <returns>Whether the Beatmap can be converted using this Beatmap Converter.</returns>
|
||||||
public bool CanConvert(Beatmap beatmap) => ValidConversionTypes.All(t => beatmap.HitObjects.Any(h => t.IsInstanceOfType(h)));
|
public bool CanConvert(Beatmap beatmap) => ValidConversionTypes.All(t => beatmap.HitObjects.Any(t.IsInstanceOfType));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user