mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-20 13:25:10 +00:00
pain
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user