Skip to content

Commit 724fb71

Browse files
committed
Update EditorProjectUtilities.cs
1 parent 24e7499 commit 724fb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/Utilities/Editor/EditorProjectUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static EditorProjectUtilities()
2929
/// </remarks>
3030
public static void CheckMinimumEditorVersion()
3131
{
32-
#if !UNITY_2018_3_OR_NEWER
32+
#if !UNITY_2018_4_OR_NEWER
3333
DisplayIncorrectEditorVersionDialog();
3434
#endif
3535
}

0 commit comments

Comments
 (0)