This commit is contained in:
Jonas Sorgenfrei
2022-05-15 15:56:17 +02:00

View File

@@ -109,7 +109,6 @@ int main()
for (unsigned int i = 0; i < 10; ++i)
{
Model model = Model(FileSystem::getPath("resources/objects/planet/planet.obj"));
lastEntity->addChild(model);
lastEntity = lastEntity->children.back().get();