diff --git a/app/internal/window/gl_macos.m b/app/internal/window/gl_macos.m index 2f477ff7..85127698 100644 --- a/app/internal/window/gl_macos.m +++ b/app/internal/window/gl_macos.m @@ -164,7 +164,7 @@ void gio_clearCurrentContext(void) { void gio_makeCurrentContext(CFTypeRef ctxRef) { NSOpenGLContext *ctx = (__bridge NSOpenGLContext *)ctxRef; - return [ctx makeCurrentContext]; + [ctx makeCurrentContext]; } void gio_lockContext(CFTypeRef ctxRef) {