Add the ResourceManager tab for debug mode.

This commit is contained in:
Ottermandias 2021-09-01 21:15:10 +02:00
parent 8084f9b8f3
commit e751a5dfff
2 changed files with 127 additions and 1 deletions

View file

@ -79,6 +79,7 @@ namespace Penumbra.UI
if( DebugTabVisible )
{
_base.DrawDebugTab();
_base.DrawResourceManagerTab();
}
ImGui.EndTabBar();
@ -86,4 +87,4 @@ namespace Penumbra.UI
}
}
}
}
}