mirror of
https://github.com/zeldaret/botw
synced 2026-07-08 13:46:25 -04:00
Action: Fix incorrect handling of inherited virtual functions
This commit is contained in:
@@ -11,20 +11,8 @@ bool EventDisableContactLayerTrigger::init_(sead::Heap* heap) {
|
||||
return ksys::act::ai::Action::init_(heap);
|
||||
}
|
||||
|
||||
void EventDisableContactLayerTrigger::enter_(ksys::act::ai::InlineParamPack* params) {
|
||||
ksys::act::ai::Action::enter_(params);
|
||||
}
|
||||
|
||||
void EventDisableContactLayerTrigger::leave_() {
|
||||
ksys::act::ai::Action::leave_();
|
||||
}
|
||||
|
||||
void EventDisableContactLayerTrigger::loadParams_() {
|
||||
getDynamicParam(&mContactType_d, "ContactType");
|
||||
}
|
||||
|
||||
void EventDisableContactLayerTrigger::calc_() {
|
||||
ksys::act::ai::Action::calc_();
|
||||
}
|
||||
|
||||
} // namespace uking::action
|
||||
|
||||
Reference in New Issue
Block a user