From d461b3f33c4462647d8725300b5eba1ad8a438fc Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Mon, 3 Mar 2014 21:11:20 +0100 Subject: [PATCH] SW renderer: add missing ClearCurrent() courtesy of degasus --- Source/Core/VideoBackends/Software/SWmain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index 93aff80323..c5178f682c 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -172,6 +172,7 @@ void VideoSoftware::Shutdown() void VideoSoftware::Video_Cleanup() { + GLInterface->ClearCurrent(); } // This is called after Video_Initialize() from the Core