mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
AGL: Use NSOpenGLContext's clearCurrentContext in ClearCurrent
This commit is contained in:
parent
a9f0bd72d2
commit
101af72102
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ bool cInterfaceAGL::MakeCurrent()
|
|||
|
||||
bool cInterfaceAGL::ClearCurrent()
|
||||
{
|
||||
// not tested at all
|
||||
//clearCurrentContext();
|
||||
[NSOpenGLContext clearCurrentContext];
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue