mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix order of gender and model in EQDP drawer.
This commit is contained in:
parent
3135d5e7e6
commit
bb9dd184a3
1 changed files with 2 additions and 2 deletions
|
|
@ -86,11 +86,11 @@ public sealed class EqdpMetaDrawer(ModMetaEditor editor, MetaFileManager metaFil
|
|||
ImUtf8.HoverTooltip("Model Set ID"u8);
|
||||
|
||||
ImGui.TableNextColumn();
|
||||
ImUtf8.TextFramed(identifier.Gender.ToName(), FrameColor);
|
||||
ImUtf8.TextFramed(identifier.Race.ToName(), FrameColor);
|
||||
ImUtf8.HoverTooltip("Model Race"u8);
|
||||
|
||||
ImGui.TableNextColumn();
|
||||
ImUtf8.TextFramed(identifier.Race.ToName(), FrameColor);
|
||||
ImUtf8.TextFramed(identifier.Gender.ToName(), FrameColor);
|
||||
ImUtf8.HoverTooltip("Gender"u8);
|
||||
|
||||
ImGui.TableNextColumn();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue