commit
d094dfc3a1
|
@ -297,7 +297,7 @@ void ColladaParser::ReadAnimationClipLibrary()
|
||||||
else if (indexID >= 0)
|
else if (indexID >= 0)
|
||||||
animName = mReader->getAttributeValue(indexID);
|
animName = mReader->getAttributeValue(indexID);
|
||||||
else
|
else
|
||||||
animName = "animation_" + mAnimationClipLibrary.size();
|
animName = std::string("animation_") + std::to_string(mAnimationClipLibrary.size());
|
||||||
|
|
||||||
std::pair<std::string, std::vector<std::string> > clip;
|
std::pair<std::string, std::vector<std::string> > clip;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue