Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
RoxGame's avatar
RoxGame
Protege
3 years ago

externalSurfaceObject always IntPtr.Zero

externalSurfaceObject always IntPtr.Zero am i missing something?

 

   while (overlay.externalSurfaceObject == System.IntPtr.Zero)
      {
      	yield return null;
      }

this stay on loop never end ! 

Replies have been turned off for this discussion