From 2c6b2211fcce88aa3405f8cd68537a2656e81367 Mon Sep 17 00:00:00 2001 From: Oleg Klimov Date: Sat, 6 May 2017 15:58:10 +0300 Subject: [PATCH] Friction typo --- examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp b/examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp index befb30032..b6eb24b9a 100644 --- a/examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp +++ b/examples/Importers/ImportMJCFDemo/BulletMJCFImporter.cpp @@ -660,7 +660,7 @@ struct BulletMJCFImporterInternalData btArray frictions; btAlignedObjectArray strArray; urdfIsAnyOf(" ", strArray); - urdfStringSplit(pieces, sz, strArray); + urdfStringSplit(pieces, frictionS, strArray); for (int i = 0; i < pieces.size(); ++i) { if (!pieces[i].empty())