Skip to content

Commit b3e70c3

Browse files
Fix bgpart explanation showing in character tab
1 parent 63a62da commit b3e70c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Meddle/Meddle.Plugin/Utils/UIUtil.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ public static bool DrawExportConfig(Configuration.ExportConfiguration exportConf
108108
exportConfiguration.SkipHiddenBgParts = skipHiddenBgParts;
109109
changed = true;
110110
}
111-
}
112111

113-
ImGui.SameLine();
114-
HintCircle("If enabled, the export will skip any models that are not visible in the game.\n" +
115-
"Example: if an arena changes shape throughout an encounter, the export will only include the arena that is currently visible.");
112+
ImGui.SameLine();
113+
HintCircle("If enabled, the export will skip any models that are not visible in the game.\n" +
114+
"Example: if an arena changes shape throughout an encounter, the export will only include the arena that is currently visible.");
115+
}
116116

117117
var includeAttributeDisabledSubMeshes = !exportConfiguration.RemoveAttributeDisabledSubmeshes;
118118
if (ImGui.Checkbox("Include all optional character features", ref includeAttributeDisabledSubMeshes))

0 commit comments

Comments
 (0)