Cleaning u

This commit is contained in:
Zoe Roux
2021-06-14 16:07:24 +02:00
parent 9b385349dc
commit 10a73e07d1
5 changed files with 8 additions and 15 deletions

View File

@@ -42,9 +42,4 @@ RAY::ModelAnimation &RAY::ModelAnimation::incrementFrameCounter()
RAY::ModelAnimation::operator ::ModelAnimation() const
{
return *this->_animation;
}
RAY::ModelAnimation::operator ::ModelAnimation *()
{
return this->_animation;
}