mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-07 08:20:01 +01:00
Bugfix - init all children when init group
This commit is contained in:
@@ -81,9 +81,7 @@ void ImGuiVisitor::visit(Primitive &n)
|
||||
ImGui::PushID(n.id());
|
||||
ImGui::Text("Primitive");
|
||||
|
||||
if (n.getShader())
|
||||
n.getShader()->accept(*this);
|
||||
|
||||
n.getShader()->accept(*this);
|
||||
|
||||
ImGui::PopID();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user