Merge pull request #1374 from lioncash/clearctx

AGL: Use NSOpenGLContext's clearCurrentContext in ClearCurrent
This commit is contained in:
skidau 2014-10-26 13:44:50 +11:00
commit 1078d78a6c
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ bool cInterfaceAGL::MakeCurrent()
bool cInterfaceAGL::ClearCurrent() bool cInterfaceAGL::ClearCurrent()
{ {
// not tested at all [NSOpenGLContext clearCurrentContext];
//clearCurrentContext();
return true; return true;
} }