mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Apply newline additions
This commit is contained in:
@ -100,6 +100,7 @@ namespace osu.Game.Screens.Edit.Compose
|
||||
};
|
||||
|
||||
var ruleset = Beatmap.Value.BeatmapInfo.Ruleset?.CreateInstance();
|
||||
|
||||
if (ruleset == null)
|
||||
{
|
||||
Logger.Log("Beatmap doesn't have a ruleset assigned.");
|
||||
@ -108,6 +109,7 @@ namespace osu.Game.Screens.Edit.Compose
|
||||
}
|
||||
|
||||
composer = ruleset.CreateHitObjectComposer();
|
||||
|
||||
if (composer == null)
|
||||
{
|
||||
Logger.Log($"Ruleset {ruleset.Description} doesn't support hitobject composition.");
|
||||
|
Reference in New Issue
Block a user