Skip to content

Commit 6c6ed23

Browse files
committed
Removed extra space
1 parent a80a187 commit 6c6ed23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/ExportModelEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ protected void OnGUI ()
219219
this.Close ();
220220
}
221221
GUILayout.EndHorizontal ();
222-
GUILayout.Space(20);
222+
223223
if (GUI.changed) {
224224
SaveExportSettings ();
225225
}

0 commit comments

Comments
 (0)