diff options
Diffstat (limited to '3rdparty/bgfx/src/glcontext_egl.h')
-rw-r--r-- | 3rdparty/bgfx/src/glcontext_egl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/src/glcontext_egl.h b/3rdparty/bgfx/src/glcontext_egl.h index 122591ca832..35a30c63f71 100644 --- a/3rdparty/bgfx/src/glcontext_egl.h +++ b/3rdparty/bgfx/src/glcontext_egl.h @@ -26,7 +26,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); |