OpenGLContext: Compile fix on MacOS

This commit is contained in:
Stenzek 2024-11-08 18:05:26 +10:00
parent 2d22409d2e
commit a6c19cc90b
No known key found for this signature in database

View File

@ -229,6 +229,4 @@ void OpenGLContextAGL::UpdateSurfaceSize(WindowInfo& wi, NSOpenGLContext* contex
block();
else
dispatch_sync(dispatch_get_main_queue(), block);
return true;
}