Now we have a new problem to solve

This commit is contained in:
jordan4ibanez 2023-11-26 02:07:00 -05:00
parent 59409df189
commit 781435d642
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ CSceneManager::CSceneManager(video::IVideoDriver* driver,
MeshLoaderList.push_back(new CXMeshFileLoader(this));
MeshLoaderList.push_back(new COBJMeshFileLoader(this));
MeshLoaderList.push_back(new CB3DMeshFileLoader(this));
MeshLoaderList.push_back(new CB3DJSONMeshFileLoader());
}