mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
fix agl
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user