Skip to content

Commit

Permalink
fix for visual xml filename
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich committed Dec 13, 2017
1 parent 691dfe4 commit 6399334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Animation/AnimationUtil.h
Expand Up @@ -100,6 +100,7 @@ inline std::string assembleXMLFileName(const std::string& modelFile, const std::
base.remove(base.length()-4,4);
}
// Construct XML file name
base.replace(".","_");
std::string xmlFileName = path + base.toStdString() + "_visual.xml";
return xmlFileName;
}
Expand Down

0 comments on commit 6399334

Please sign in to comment.