diff --git a/Engine.cc b/Engine.cc index ff23bf7..cf26bc8 100644 --- a/Engine.cc +++ b/Engine.cc @@ -1145,9 +1145,9 @@ void Engine::Object::loadPhy(const FileLoader::Path & path) { m_ode_object->addSphere(args); } - else if (type == "cylinder") + else if (type == "capsule") { - m_ode_object->addCylinder(args); + m_ode_object->addCapsule(args); } else if (type == "plane") {