Kaynağa Gözat

WinRT: fixed a crash that occurred on device rotation (oops!)

David Ludwig 12 yıl önce
ebeveyn
işleme
fa229f3790
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/video/winrt/SDL_winrtvideo.cpp

+ 1 - 1
src/video/winrt/SDL_winrtvideo.cpp

@@ -125,7 +125,7 @@ WINRT_CreateDevice(int devindex)
     device->PumpEvents = WINRT_PumpEvents;
     device->GetWindowWMInfo = WINRT_GetWindowWMInfo;
     device->free = WINRT_DeleteDevice;
-    WINRT_GlobalSDLVideoDevice = NULL;
+    WINRT_GlobalSDLVideoDevice = device;
 
     return device;
 }