Skip to content

Commit 4624691

Browse files
committed
Fixes compilation error with Unity 2018.2
1 parent 4a14f7c commit 4624691

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ParrelSync/Editor/ClonesManagerWindow.cs

+4-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,10 @@ private void OnGUI()
161161
EditorGUILayout.LabelField("No argument file found.");
162162
}
163163

164-
EditorGUILayout.Space(10);
164+
EditorGUILayout.Space();
165+
EditorGUILayout.Space();
166+
EditorGUILayout.Space();
167+
165168
EditorGUI.BeginDisabledGroup(isOpenInAnotherInstance);
166169
if (GUILayout.Button("Open in New Editor"))
167170
{

0 commit comments

Comments
 (0)