Skip to content

Commit

Permalink
Resource Tree: Fix shared model fold state
Browse files Browse the repository at this point in the history
  • Loading branch information
Exter-N committed Sep 3, 2023
1 parent a17a1e9 commit cca6264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Penumbra/UI/AdvancedWindow/ResourceTreeViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void Draw()
(_actionCapacity - 1) * 3 * ImGuiHelpers.GlobalScale + _actionCapacity * ImGui.GetFrameHeight());
ImGui.TableHeadersRow();

DrawNodes(tree.Nodes, 0, 0);
DrawNodes(tree.Nodes, 0, unchecked(tree.DrawObjectAddress * 31));
}
}
}
Expand Down

0 comments on commit cca6264

Please sign in to comment.