mirror of
https://github.com/zeldaret/botw
synced 2026-08-02 00:14:36 -04:00
Action: Fix incorrect handling of inherited virtual functions
This commit is contained in:
@@ -18,8 +18,6 @@ void PlayerUpdateEquip::leave_() {
|
||||
PlayerAction::leave_();
|
||||
}
|
||||
|
||||
void PlayerUpdateEquip::loadParams_() {}
|
||||
|
||||
void PlayerUpdateEquip::calc_() {
|
||||
PlayerAction::calc_();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user