From 4714e4f99c78e54be118dbb6eb48f0a7e3fb7b0c Mon Sep 17 00:00:00 2001 From: degasus Date: Tue, 5 Mar 2013 15:17:00 +0100 Subject: [PATCH] fix agl --- Source/Core/DolphinWX/Src/GLInterface/AGL.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/DolphinWX/Src/GLInterface/AGL.cpp b/Source/Core/DolphinWX/Src/GLInterface/AGL.cpp index 65f766d68c..bee3d00175 100644 --- a/Source/Core/DolphinWX/Src/GLInterface/AGL.cpp +++ b/Source/Core/DolphinWX/Src/GLInterface/AGL.cpp @@ -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];