1
Fork 0

Rename "Dump to file" button to make it clearer what it's doing

This commit is contained in:
Joshua Goins 2022-08-16 07:26:11 -04:00
parent 7b11008a85
commit 00a6c7d0e4

View file

@ -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) {