You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debug.Assert(!(eventDataisMixedRealityPointerEventData),"HandleEvent called with a pointer event. All events raised by pointer should call HandlePointerEvent");
249
-
250
247
if(disabledRefCount>0)
251
248
{
252
249
return;
253
250
}
254
251
252
+
Debug.Assert(eventData!=null);
253
+
Debug.Assert(!(eventDataisMixedRealityPointerEventData),"HandleEvent called with a pointer event. All events raised by pointer should call HandlePointerEvent");
0 commit comments