summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-03-13 10:11:54 -0600
committerKiritoDv <kiritodev01@gmail.com>2024-03-13 10:11:54 -0600
commit88ed46a8409a03667526a56481c9a5037afede95 (patch)
treeb2ce75a995cccfc5f5206e6fb406cf4c277605e7
parent6edd8c3468e1d23c9aa7bd4ce208a376093d62b1 (diff)
Renamed ENVSETTINGS to ENV_SETTINGS
-rw-r--r--src/Companion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp
index 396322d..ca37323 100644
--- a/src/Companion.cpp
+++ b/src/Companion.cpp
@@ -80,7 +80,7 @@ void Companion::Init(const ExportType type) {
this->RegisterFactory("SF64:MSG_TABLE", std::make_shared<SF64::MessageLookupFactory>());
this->RegisterFactory("SF64:SCRIPT", std::make_shared<SF64::ScriptFactory>());
this->RegisterFactory("SF64:HITBOX", std::make_shared<SF64::HitboxFactory>());
- this->RegisterFactory("SF64:ENVSETTINGS", std::make_shared<SF64::EnvSettingsFactory>());
+ this->RegisterFactory("SF64:ENV_SETTINGS", std::make_shared<SF64::EnvSettingsFactory>());
this->RegisterFactory("SF64:OBJECT_INIT", std::make_shared<SF64::ObjInitFactory>());
this->Process();