mirror of
https://github.com/zeldaret/botw
synced 2026-08-18 05:18:13 -04:00
Action: Fix incorrect handling of inherited virtual functions
This commit is contained in:
@@ -4,12 +4,6 @@ namespace uking::action {
|
||||
|
||||
Delete::Delete(const InitArg& arg) : ksys::act::ai::Action(arg) {}
|
||||
|
||||
Delete::~Delete() = default;
|
||||
|
||||
bool Delete::init_(sead::Heap* heap) {
|
||||
return ksys::act::ai::Action::init_(heap);
|
||||
}
|
||||
|
||||
void Delete::enter_(ksys::act::ai::InlineParamPack* params) {
|
||||
ksys::act::ai::Action::enter_(params);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user