Skip to content

Commit e8e5ae6

Browse files
one last missing wrapper
1 parent fb3bb6f commit e8e5ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HoloToolkit-Examples/SharingWithUNET/Scripts/UNetAnchorManager.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ private void Start()
187187
return;
188188
}
189189

190-
#if UNITY_WSA
190+
#if UNITY_WSA && (!ENABLE_IL2CPP && NET_STANDARD_2_0)
191191
#if UNITY_2017_2_OR_NEWER
192192
if (HolographicSettings.IsDisplayOpaque)
193193
#else

0 commit comments

Comments
 (0)