Commit 7bbb1a3
authored
Fix Unity version conditional
If 2018.3 is allowed (as the message implies), conditional should be UNITY_2018_3_OR_NEWER, not UNITY_2018_4_OR_NEWER1 parent a04378f commit 7bbb1a3
File tree
1 file changed
+1
-1
lines changed- Assets/MixedRealityToolkit/Utilities/Editor
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments