mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Fixed CharEquipment wrong order of rings, fixed some GPose redraw stuff, gave some variables actual names.
This commit is contained in:
parent
c7d22935ef
commit
f372cc001f
5 changed files with 40 additions and 29 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue