mirror of
https://github.com/zeldaret/botw
synced 2026-08-04 01:03:07 -04:00
Action: Fix incorrect handling of inherited virtual functions
This commit is contained in:
@@ -4,8 +4,6 @@ namespace uking::action {
|
||||
|
||||
Angry::Angry(const InitArg& arg) : ActionWithAS(arg) {}
|
||||
|
||||
Angry::~Angry() = default;
|
||||
|
||||
bool Angry::init_(sead::Heap* heap) {
|
||||
return ActionWithAS::init_(heap);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user