Skip to content

Commit 393429a

Browse files
committed
Removed conditional compile for installer
1 parent 39940c9 commit 393429a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

MLAPI-Editor/MLAPIEditor.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#if INCLUDE_INSTALLER
2-
using System;
1+
using System;
32
using System.Collections;
43
using System.Collections.Generic;
54
using System.IO;
@@ -675,5 +674,4 @@ public static Rect GetEditorMainWindowPos()
675674
}
676675
throw new NotSupportedException("Can't find internal main window. Maybe something has changed inside Unity");
677676
}
678-
}
679-
#endif
677+
}

0 commit comments

Comments
 (0)