diff --git a/src/core/gpu_hw_d3d11.cpp b/src/core/gpu_hw_d3d11.cpp index 3315b8c0a..017697d46 100644 --- a/src/core/gpu_hw_d3d11.cpp +++ b/src/core/gpu_hw_d3d11.cpp @@ -126,6 +126,7 @@ void GPU_HW_D3D11::UpdateSettings() CreateFramebuffer(); CreateStateObjects(); CompileShaders(); + RestoreGraphicsAPIState(); UpdateDisplay(); }