Mark the material budget bar as an estimation
This commit is contained in:
parent
c6ab95f87c
commit
998c6f8bc2
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue