Skip to content

Commit

Permalink
chore: fix compilation error in Menus when NDMF_DEBUG is set
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Nov 17, 2024
1 parent f16f99e commit a1d3628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/UI/Menus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private static void DomainReload()
[MenuItem("Tools/NDM Framework/Debug Tools/Invalidate shadow hierarchy", false, 101)]
private static void InvalidateShadowHierarchy()
{
ObjectWatcher.Instance.Hierarchy.InvalidateAll();
nadena.dev.ndmf.cs.ObjectWatcher.Instance.Hierarchy.InvalidateAll();
}
#endif

Expand Down

0 comments on commit a1d3628

Please sign in to comment.