1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-23 15:40:35 +00:00

Set g_pD3D back to NULL

This commit is contained in:
twinaphex 2016-01-07 02:20:30 +01:00
parent 0b655fdd89
commit 8b9c6d099f

@ -847,7 +847,6 @@ static void d3d_free(void *data)
#endif
d3d_device_free(d3d->dev, g_pD3D);
g_pD3D->Release();
g_pD3D = NULL;
win32_monitor_from_window(window, true);