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
For non-windows debug builds an XM_ASSERT failure doesn't get compiled (_DEBUG is not defined) and therefore doesn't do anything. Probably need to define _DEBUG for those builds.
For non-windows debug builds an XM_ASSERT failure doesn't get compiled (_DEBUG is not defined) and therefore doesn't do anything. Probably need to define _DEBUG for those builds.