Rename "Dump to file" button to make it clearer what it's doing
This commit is contained in:
parent
7b11008a85
commit
00a6c7d0e4
1 changed files with 3 additions and 1 deletions
|
@ -317,7 +317,9 @@ int main(int, char*[]) {
|
|||
if(ImGui::Button("Render"))
|
||||
render();
|
||||
|
||||
if(ImGui::Button("Dump to file"))
|
||||
ImGui::SameLine();
|
||||
|
||||
if(ImGui::Button("Save Output"))
|
||||
dump_to_file();
|
||||
|
||||
if(image_dirty) {
|
||||
|
|
Loading…
Add table
Reference in a new issue