mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-21 22:05:10 +00:00
fix undefined refenrece to texture's unload
This commit is contained in:
@@ -49,9 +49,3 @@ const ::Texture &RAY::Texture::getTexture(void) const
|
|||||||
{
|
{
|
||||||
return this->_texture;
|
return this->_texture;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool RAY::Texture::unload()
|
|
||||||
{
|
|
||||||
UnloadTexture(this->_texture);
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user