mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
fix agl
This commit is contained in:
parent
efcfc5c014
commit
4714e4f99c
1 changed files with 2 additions and 2 deletions
|
@ -96,8 +96,8 @@ bool cInterfaceAGL::MakeCurrent()
|
|||
|
||||
width = [[GLWin.cocoaWin contentView] frame].size.width;
|
||||
height = [[GLWin.cocoaWin contentView] frame].size.height;
|
||||
if (width == s_backbuffer_width && height == s_backbuffer_height)
|
||||
return true;
|
||||
//if (width == s_backbuffer_width && height == s_backbuffer_height)
|
||||
// return true;
|
||||
|
||||
[GLWin.cocoaCtx setView: [GLWin.cocoaWin contentView]];
|
||||
[GLWin.cocoaCtx update];
|
||||
|
|
Loading…
Add table
Reference in a new issue