mirror of
https://github.com/Adamcake/Bolt.git
synced 2026-04-21 09:26:52 -04:00
library: IPC message handler
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user