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