mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Fix editor skin providing container not providing playable beatmap
This commit is contained in:
parent
f9b25a0159
commit
b4d6495f99
@ -16,7 +16,7 @@ namespace osu.Game.Screens.Edit
|
|||||||
private readonly EditorBeatmapSkin? beatmapSkin;
|
private readonly EditorBeatmapSkin? beatmapSkin;
|
||||||
|
|
||||||
public EditorSkinProvidingContainer(EditorBeatmap editorBeatmap)
|
public EditorSkinProvidingContainer(EditorBeatmap editorBeatmap)
|
||||||
: base(editorBeatmap.PlayableBeatmap.BeatmapInfo.Ruleset.CreateInstance(), editorBeatmap, editorBeatmap.BeatmapSkin)
|
: base(editorBeatmap.PlayableBeatmap.BeatmapInfo.Ruleset.CreateInstance(), editorBeatmap.PlayableBeatmap, editorBeatmap.BeatmapSkin)
|
||||||
{
|
{
|
||||||
beatmapSkin = editorBeatmap.BeatmapSkin;
|
beatmapSkin = editorBeatmap.BeatmapSkin;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user