mirror of
https://github.com/Stone-Red-Code/StoneRed.LogicSimulator.git
synced 2026-09-04 00:56:23 +02:00
Fix world save window
This commit is contained in:
@@ -74,6 +74,7 @@ internal class SaveWorldWindow : SrlsWindow
|
||||
|
||||
private void SaveButton_Clicked(object? sender, EventArgs e)
|
||||
{
|
||||
worldData.SaveName = savesListBox.SelectedItem.Text;
|
||||
Save();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user