AGL: Use NSOpenGLContext's clearCurrentContext in ClearCurrent

This commit is contained in:
Lioncash 2014-10-23 10:56:42 -04:00
parent a9f0bd72d2
commit 101af72102
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;
} }