Archived
1
Fork 0

Mark the material budget bar as an estimation

This commit is contained in:
Joshua Goins 2022-02-08 09:11:22 -05:00
parent c6ab95f87c
commit 998c6f8bc2

View file

@ -139,7 +139,7 @@ void draw_renderer() {
} }
} }
ImGui::ProgressBar("Material Budget", material_count, max_scene_materials); ImGui::ProgressBar("Material Budget (estimated)", material_count, max_scene_materials);
} else { } else {
ImGui::TextDisabled("No scene loaded for budgeting."); ImGui::TextDisabled("No scene loaded for budgeting.");
} }