diff --git a/src/library/gl.c b/src/library/gl.c index d11b2c0..84375c6 100644 --- a/src/library/gl.c +++ b/src/library/gl.c @@ -1056,6 +1056,7 @@ void _bolt_gl_onSwapBuffers(uint32_t window_width, uint32_t window_height) { if (_bolt_plugin_is_inited()) { struct SwapBuffersEvent event; _bolt_plugin_handle_swapbuffers(&event); + _bolt_plugin_handle_messages(); } }