Resource Tree: Fix shared model fold state

This commit is contained in:
Exter-N 2023-09-03 05:50:51 +02:00
parent a17a1e9576
commit cca626449d

View file

@ -85,7 +85,7 @@ public class ResourceTreeViewer
(_actionCapacity - 1) * 3 * ImGuiHelpers.GlobalScale + _actionCapacity * ImGui.GetFrameHeight()); (_actionCapacity - 1) * 3 * ImGuiHelpers.GlobalScale + _actionCapacity * ImGui.GetFrameHeight());
ImGui.TableHeadersRow(); ImGui.TableHeadersRow();
DrawNodes(tree.Nodes, 0, 0); DrawNodes(tree.Nodes, 0, unchecked(tree.DrawObjectAddress * 31));
} }
} }
} }