Fixed CharEquipment wrong order of rings, fixed some GPose redraw stuff, gave some variables actual names.

This commit is contained in:
Ottermandias 2021-07-23 12:54:58 +02:00
parent c7d22935ef
commit f372cc001f
5 changed files with 40 additions and 29 deletions

View file

@ -65,7 +65,7 @@ namespace Penumbra.UI
_collectionsTab.Draw();
_importTab.Draw();
if( Service<ModManager>.Get().Valid && !_importTab.IsImporting() )
if( Service< ModManager >.Get().Valid && !_importTab.IsImporting() )
{
_browserTab.Draw();
InstalledTab.Draw();