From 32c49216fd5a1d9d5ec48fd93c177da47df3e789 Mon Sep 17 00:00:00 2001 From: inspectredc <78732756+inspectredc@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:28:44 +0100 Subject: Use Correct Factory For Behavior Script --- src/Companion.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Companion.cpp') diff --git a/src/Companion.cpp b/src/Companion.cpp index 97fedab..aed016d 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -98,7 +98,7 @@ void Companion::Init(const ExportType type) { this->RegisterFactory("SM64:TEXT", std::make_shared()); this->RegisterFactory("SM64:DICTIONARY", std::make_shared()); this->RegisterFactory("SM64:ANIM", std::make_shared()); - this->RegisterFactory("SM64:BEHAVIOR_SCRIPT", std::make_shared()); + this->RegisterFactory("SM64:BEHAVIOR_SCRIPT", std::make_shared()); this->RegisterFactory("SM64:COLLISION", std::make_shared()); this->RegisterFactory("SM64:GEO_LAYOUT", std::make_shared()); this->RegisterFactory("SM64:LEVEL_SCRIPT", std::make_shared()); @@ -1407,4 +1407,4 @@ std::optional Companion::AddAsset(YAML::Node asset) { } return std::nullopt; -} \ No newline at end of file +} -- cgit v1.2.3