From a6c19cc90b68fccfc93b447f0fcc5e1e785a675f Mon Sep 17 00:00:00 2001 From: Stenzek Date: Fri, 8 Nov 2024 18:05:26 +1000 Subject: [PATCH] OpenGLContext: Compile fix on MacOS --- src/util/opengl_context_agl.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util/opengl_context_agl.mm b/src/util/opengl_context_agl.mm index bcbbe51bd..0181764da 100644 --- a/src/util/opengl_context_agl.mm +++ b/src/util/opengl_context_agl.mm @@ -229,6 +229,4 @@ void OpenGLContextAGL::UpdateSurfaceSize(WindowInfo& wi, NSOpenGLContext* contex block(); else dispatch_sync(dispatch_get_main_queue(), block); - - return true; }