mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Initial rework of beatmap conversion process
This commit is contained in:
@ -100,7 +100,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
try
|
||||
{
|
||||
beatmap = working.Beatmap;
|
||||
beatmap = working.OriginalBeatmap;
|
||||
|
||||
if (beatmap == null)
|
||||
throw new InvalidOperationException("Beatmap was not loaded");
|
||||
|
Reference in New Issue
Block a user