mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Merge pull request #1374 from lioncash/clearctx
AGL: Use NSOpenGLContext's clearCurrentContext in ClearCurrent
This commit is contained in:
commit
1078d78a6c
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