File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Meddle/Meddle.Plugin/Utils Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,11 @@ public static bool DrawExportConfig(Configuration.ExportConfiguration exportConf
108
108
exportConfiguration . SkipHiddenBgParts = skipHiddenBgParts ;
109
109
changed = true ;
110
110
}
111
- }
112
111
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
+ }
116
116
117
117
var includeAttributeDisabledSubMeshes = ! exportConfiguration . RemoveAttributeDisabledSubmeshes ;
118
118
if ( ImGui . Checkbox ( "Include all optional character features" , ref includeAttributeDisabledSubMeshes ) )
You can’t perform that action at this time.
0 commit comments