mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 20:24:17 +01:00
Add the ResourceManager tab for debug mode.
This commit is contained in:
parent
8084f9b8f3
commit
e751a5dfff
2 changed files with 127 additions and 1 deletions
|
|
@ -79,6 +79,7 @@ namespace Penumbra.UI
|
|||
if( DebugTabVisible )
|
||||
{
|
||||
_base.DrawDebugTab();
|
||||
_base.DrawResourceManagerTab();
|
||||
}
|
||||
|
||||
ImGui.EndTabBar();
|
||||
|
|
@ -86,4 +87,4 @@ namespace Penumbra.UI
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue