Merge pull request #138 from Tilka/sw_fix

SW renderer: add missing ClearCurrent()
This commit is contained in:
Matthew Parlane 2014-03-08 15:50:05 +13:00
commit ca6946bcbf
1 changed files with 1 additions and 0 deletions

View File

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