Merge pull request #138 from Tilka/sw_fix
SW renderer: add missing ClearCurrent()
This commit is contained in:
commit
ca6946bcbf
|
@ -172,6 +172,7 @@ void VideoSoftware::Shutdown()
|
||||||
|
|
||||||
void VideoSoftware::Video_Cleanup()
|
void VideoSoftware::Video_Cleanup()
|
||||||
{
|
{
|
||||||
|
GLInterface->ClearCurrent();
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is called after Video_Initialize() from the Core
|
// This is called after Video_Initialize() from the Core
|
||||||
|
|
Loading…
Reference in New Issue