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

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