SW renderer: add missing ClearCurrent()

courtesy of degasus
This commit is contained in:
Tillmann Karras 2014-03-03 21:11:20 +01:00
parent e5b250fa79
commit d461b3f33c

View File

@ -172,6 +172,7 @@ void VideoSoftware::Shutdown()
void VideoSoftware::Video_Cleanup()
{
GLInterface->ClearCurrent();
}
// This is called after Video_Initialize() from the Core