Skip to content

Commit

Permalink
Fixes compilation error with Unity 2018.2
Browse files Browse the repository at this point in the history
  • Loading branch information
314pies committed May 17, 2020
1 parent 4a14f7c commit 4624691
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ParrelSync/Editor/ClonesManagerWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ private void OnGUI()
EditorGUILayout.LabelField("No argument file found.");
}

EditorGUILayout.Space(10);
EditorGUILayout.Space();
EditorGUILayout.Space();
EditorGUILayout.Space();

EditorGUI.BeginDisabledGroup(isOpenInAnotherInstance);
if (GUILayout.Button("Open in New Editor"))
{
Expand Down

0 comments on commit 4624691

Please sign in to comment.