mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +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()
|
bool cInterfaceAGL::ClearCurrent()
|
||||||
{
|
{
|
||||||
// not tested at all
|
[NSOpenGLContext clearCurrentContext];
|
||||||
//clearCurrentContext();
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue