fix undefined refenrece to texture's unload

This commit is contained in:
arthur.jamet
2021-05-21 12:43:31 +02:00
parent 8a2e8ac98e
commit 6a3aa2a502

View File

@@ -49,9 +49,3 @@ const ::Texture &RAY::Texture::getTexture(void) const
{
return this->_texture;
}
bool RAY::Texture::unload()
{
UnloadTexture(this->_texture);
return true;
}