Skip to content

Commit

Permalink
Merge pull request #1374 from lioncash/clearctx
Browse files Browse the repository at this point in the history
AGL: Use NSOpenGLContext's clearCurrentContext in ClearCurrent
  • Loading branch information
skidau committed Oct 26, 2014
2 parents 7c58eb3 + 101af72 commit 1078d78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Core/DolphinWX/GLInterface/AGL.cpp
Expand Up @@ -71,8 +71,7 @@ bool cInterfaceAGL::MakeCurrent()

bool cInterfaceAGL::ClearCurrent()
{
// not tested at all
//clearCurrentContext();
[NSOpenGLContext clearCurrentContext];
return true;
}

Expand Down

0 comments on commit 1078d78

Please sign in to comment.