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
|
@ -316,8 +316,10 @@ int main(int, char*[]) {
|
||||||
|
|
||||||
if(ImGui::Button("Render"))
|
if(ImGui::Button("Render"))
|
||||||
render();
|
render();
|
||||||
|
|
||||||
|
ImGui::SameLine();
|
||||||
|
|
||||||
if(ImGui::Button("Dump to file"))
|
if(ImGui::Button("Save Output"))
|
||||||
dump_to_file();
|
dump_to_file();
|
||||||
|
|
||||||
if(image_dirty) {
|
if(image_dirty) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue