mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove conditional compilation symbols for such case
This commit is contained in:
@ -57,11 +57,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
}
|
||||
};
|
||||
|
||||
#if NET5_0
|
||||
var coverTypes = Enum.GetValues<BeatmapSetCoverType>();
|
||||
#else
|
||||
var coverTypes = Enum.GetValues(typeof(BeatmapSetCoverType)).Cast<BeatmapSetCoverType>();
|
||||
#endif
|
||||
|
||||
for (int i = 0; i < 25; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user