Skip to content

Commit ba783ae

Browse files
fixed typo
1 parent 2461661 commit ba783ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HoloToolkit/SharingWithUNET/Scripts/UNetAnchorManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ private void Start()
183183
#if UNITY_2017_2_OR_NEWER
184184
if (HolographicSettings.IsDisplayOpaque)
185185
#else
186-
if (!VRDevice.isPresent && !Application.IsEditor)
186+
if (!VRDevice.isPresent && !Application.isEditor)
187187
#endif
188188
{
189189
AnchorEstablished = true;

0 commit comments

Comments
 (0)