Format and remove view_dispatcher_enable_queue()

This commit is contained in:
Willy-JL
2024-08-14 04:30:46 +02:00
parent dfbba6a593
commit 57858bd846
6 changed files with 2 additions and 4 deletions

View File

@@ -194,7 +194,7 @@ MomentumApp* momentum_app_alloc() {
// View Dispatcher and Scene Manager
app->view_dispatcher = view_dispatcher_alloc();
app->scene_manager = scene_manager_alloc(&momentum_app_scene_handlers, app);
view_dispatcher_enable_queue(app->view_dispatcher);
view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
view_dispatcher_set_custom_event_callback(