From 660ac25b18cd451992b921576828e22a941e55d6 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 29 Dec 2017 22:54:10 +0100 Subject: [PATCH] [dxgi] ... --- src/dxgi/dxgi_swapchain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dxgi/dxgi_swapchain.cpp b/src/dxgi/dxgi_swapchain.cpp index 5a1520f3..272f4c3f 100644 --- a/src/dxgi/dxgi_swapchain.cpp +++ b/src/dxgi/dxgi_swapchain.cpp @@ -66,7 +66,6 @@ namespace dxvk { TRACE(this); // We do not release the SDL window handle here since // that would destroy the underlying window as well. - SDL_DestroyWindow(m_window); }