mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
IMGUI API change for Text display
This commit is contained in:
@@ -166,7 +166,7 @@ void ImGuiVisitor::visit(Scene &n)
|
||||
void ImGuiVisitor::visit(Primitive &n)
|
||||
{
|
||||
ImGui::PushID(std::to_string(n.id()).c_str());
|
||||
ImGui::Text("Primitive %d");
|
||||
ImGui::Text("Primitive");
|
||||
|
||||
n.shader()->accept(*this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user