Added objinit sized because Sonic complains about it

This commit is contained in:
KiritoDv
2024-03-12 21:49:23 -06:00
parent b56eefab94
commit 50d064e2b4
2 changed files with 16 additions and 2 deletions
-1
View File
@@ -81,7 +81,6 @@ void Companion::Init(const ExportType type) {
this->RegisterFactory("SF64:HITBOX", std::make_shared<SF64::HitboxFactory>());
this->RegisterFactory("SF64:OBJECT_INIT", std::make_shared<SF64::ObjInitFactory>());
this->Process();
}