mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 02:12:57 +08:00
Use existing field in Editor
This commit is contained in:
parent
3a6e378a08
commit
48bdbb0cfb
@ -402,7 +402,7 @@ namespace osu.Game.Screens.Edit
|
||||
clock.SeekForward(!clock.IsRunning, amount);
|
||||
}
|
||||
|
||||
private void saveBeatmap() => beatmapManager.Save(playableBeatmap.BeatmapInfo, editorBeatmap, Beatmap.Value.Skin);
|
||||
private void saveBeatmap() => beatmapManager.Save(playableBeatmap.BeatmapInfo, editorBeatmap, beatmapSkin);
|
||||
|
||||
private void exportBeatmap()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user