From 9d2a527d870bf5bb10e50d01ba66599fa3299992 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Thu, 30 May 2019 16:13:03 -0700 Subject: [PATCH] fix issue in MJCF importer due to previous commit --- examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp b/examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp index 26e490d74..7f5b10106 100644 --- a/examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp +++ b/examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp @@ -1461,7 +1461,6 @@ bool BulletMJCFImporter::loadMJCF(const char* fileName, MJCFErrorLogger* logger, { xml_string += (std::string(destBuffer) + "\n"); } - while (line); m_data->m_fileIO->fileClose(fileId); if (parseMJCFString(xml_string.c_str(), logger))