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:
@@ -4,8 +4,6 @@ namespace uking::action {
|
||||
|
||||
LinearFlyAttack::LinearFlyAttack(const InitArg& arg) : LinearFlyAttackBase(arg) {}
|
||||
|
||||
LinearFlyAttack::~LinearFlyAttack() = default;
|
||||
|
||||
bool LinearFlyAttack::init_(sead::Heap* heap) {
|
||||
return LinearFlyAttackBase::init_(heap);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user