Skip to content

Commit 34fd55a

Browse files
committed
Update Engine.cpp
1 parent 93b1a56 commit 34fd55a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/port/Engine.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ void GameEngine::FinishInit() {
305305
loader->RegisterResourceFactory(std::make_shared<Fast::ResourceFactoryBinaryDisplayListV0>(),
306306
RESOURCE_FORMAT_BINARY, "DisplayList",
307307
static_cast<uint32_t>(Fast::ResourceType::DisplayList), 0);
308-
loader->RegisterResourceFactory(std::make_shared<Fast::ResourceFactoryXMLDisplayListV0>(), RESOURCE_FORMAT_XML,
309-
"DisplayList", static_cast<uint32_t>(Fast::ResourceType::DisplayList), 0);
308+
loader->RegisterResourceFactory(std::make_shared<Fast::ResourceFactoryXMLDisplayListV0>(), RESOURCE_FORMAT_XML,
309+
"DisplayList", static_cast<uint32_t>(Fast::ResourceType::DisplayList), 0);
310310
loader->RegisterResourceFactory(std::make_shared<Fast::ResourceFactoryBinaryMatrixV0>(), RESOURCE_FORMAT_BINARY,
311311
"Matrix", static_cast<uint32_t>(Fast::ResourceType::Matrix), 0);
312312
loader->RegisterResourceFactory(std::make_shared<Fast::ResourceFactoryBinaryLightV0>(), RESOURCE_FORMAT_BINARY,

0 commit comments

Comments
 (0)