diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-03-12 21:49:23 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-03-12 21:49:23 -0600 |
| commit | 50d064e2b4920c96716a6a528aae58d51c1ba781 (patch) | |
| tree | 84fed1d2bf108f0ede29a1ccfca7f5e44af94ebc /src/Companion.cpp | |
| parent | b56eefab94bc7ee42f18b2b943f65af5859c0518 (diff) | |
Added objinit sized because Sonic complains about it
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index 806e6a1..d4f95d1 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -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(); } |
