diff options
| author | coco875 <pereira.jannin@gmail.com> | 2025-11-30 16:17:33 +0100 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-12-01 12:39:42 -0600 |
| commit | c7189642c36152cc312c4d32f944473dc2946db9 (patch) | |
| tree | d924fc22715a25292b526ce2dc8c056b6e2eded3 /src/Companion.cpp | |
| parent | fa41ca66ce7acc3bc27939eb012a6b87472e377b (diff) | |
more PackedDListFactory into MK64 namespace
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index 34aba98..c4d2979 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -176,7 +176,7 @@ void Companion::Init(const ExportType type) { this->RegisterFactory("MK64:DRIVING_BEHAVIOUR", std::make_shared<MK64::DrivingBehaviourFactory>()); this->RegisterFactory("MK64:ITEM_CURVE", std::make_shared<MK64::ItemCurveFactory>()); // Item curve for decomp only this->RegisterFactory("MK64:METADATA", std::make_shared<MK64::CourseMetadataFactory>()); - this->RegisterFactory("MK64:PACKED_GFX", std::make_shared<PackedDListFactory>()); + this->RegisterFactory("MK64:PACKED_GFX", std::make_shared<MK64::PackedDListFactory>()); #endif #ifdef SF64_SUPPORT |
