diff options
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 |
