Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #138 from Tilka/sw_fix
SW renderer: add missing ClearCurrent()
  • Loading branch information
Parlane committed Mar 8, 2014
2 parents 248f5d7 + d461b3f commit ca6946b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/VideoBackends/Software/SWmain.cpp
Expand Up @@ -172,6 +172,7 @@ void VideoSoftware::Shutdown()

void VideoSoftware::Video_Cleanup()
{
GLInterface->ClearCurrent();
}

// This is called after Video_Initialize() from the Core
Expand Down

0 comments on commit ca6946b

Please sign in to comment.