Replaced Save as .map button with Apply button. Use Ctrl+S instead

This commit is contained in:
Robert Beckebans 2025-01-01 18:22:26 +01:00
parent 482317fc01
commit 6c04b4b6b2

View file

@ -1017,9 +1017,9 @@ void LightEditor::Draw()
ImGui::Spacing();
if( ImGui::Button( "Save to .map" ) )
if( ImGui::Button( "Apply" ) )
{
SaveChanges( true );
SaveChanges( false );
showTool = false;
}
else if( ImGui::SameLine(), ImGui::Button( "Cancel" ) )