mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 19:45:33 +00:00
OpenGLContext: Compile fix on MacOS
This commit is contained in:
parent
2d22409d2e
commit
a6c19cc90b
@ -229,6 +229,4 @@ void OpenGLContextAGL::UpdateSurfaceSize(WindowInfo& wi, NSOpenGLContext* contex
|
|||||||
block();
|
block();
|
||||||
else
|
else
|
||||||
dispatch_sync(dispatch_get_main_queue(), block);
|
dispatch_sync(dispatch_get_main_queue(), block);
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user