mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-30 08:57:04 -04:00
Implemented mod UI callbacks
This commit is contained in:
@@ -367,7 +367,7 @@ void recompui::ContextId::process_updates() {
|
||||
continue;
|
||||
}
|
||||
|
||||
static_cast<Element*>(cur_resource->get())->process_event(update_event);
|
||||
static_cast<Element*>(cur_resource->get())->handle_event(update_event);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user