This commit is contained in:
Clément Le Bihan
2021-06-02 18:44:31 +02:00
parent 066e77c47b
commit d29b0dc4ed

View File

@@ -21,7 +21,7 @@ RAY::ModelAnimations::ModelAnimations(const std::string &filePath):
RAY::ModelAnimation &RAY::ModelAnimations::operator[](int index)
{
return this->_animations.at(index);
return this->_animations[index];
}
size_t RAY::ModelAnimations::getAnimationsCount() const