mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-13 22:22:05 +00:00
Replaced Save as .map button with Apply button. Use Ctrl+S instead
This commit is contained in:
parent
482317fc01
commit
6c04b4b6b2
1 changed files with 2 additions and 2 deletions
|
@ -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" ) )
|
||||
|
|
Loading…
Reference in a new issue