mirror of
https://github.com/zeldaret/botw
synced 2026-07-11 22:40:14 -04:00
Action: Fix incorrect handling of inherited virtual functions
This commit is contained in:
@@ -6,10 +6,6 @@ BackStepToTarget::BackStepToTarget(const InitArg& arg) : ActionEx(arg) {}
|
||||
|
||||
BackStepToTarget::~BackStepToTarget() = default;
|
||||
|
||||
bool BackStepToTarget::init_(sead::Heap* heap) {
|
||||
return ActionEx::init_(heap);
|
||||
}
|
||||
|
||||
void BackStepToTarget::enter_(ksys::act::ai::InlineParamPack* params) {
|
||||
ActionEx::enter_(params);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user