diff options
Diffstat (limited to '3rdparty/bgfx/src/glcontext_eagl.h')
-rw-r--r-- | 3rdparty/bgfx/src/glcontext_eagl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/src/glcontext_eagl.h b/3rdparty/bgfx/src/glcontext_eagl.h index 5c26a71f2a4..45ba0fbf3d0 100644 --- a/3rdparty/bgfx/src/glcontext_eagl.h +++ b/3rdparty/bgfx/src/glcontext_eagl.h @@ -21,7 +21,7 @@ namespace bgfx { namespace gl void create(uint32_t _width, uint32_t _height); void destroy(); - void resize(uint32_t _width, uint32_t _height, bool _vsync); + void resize(uint32_t _width, uint32_t _height, uint32_t _flags); static bool isSwapChainSupported(); SwapChainGL* createSwapChain(void* _nwh); |