From 6a3aa2a502b79c82b03f40ce09bbdb2e26ff03e0 Mon Sep 17 00:00:00 2001 From: "arthur.jamet" Date: Fri, 21 May 2021 12:43:31 +0200 Subject: [PATCH] fix undefined refenrece to texture's unload --- lib/Ray/sources/Drawables/Texture.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/Ray/sources/Drawables/Texture.cpp b/lib/Ray/sources/Drawables/Texture.cpp index 412557d1..6033d88b 100644 --- a/lib/Ray/sources/Drawables/Texture.cpp +++ b/lib/Ray/sources/Drawables/Texture.cpp @@ -49,9 +49,3 @@ const ::Texture &RAY::Texture::getTexture(void) const { return this->_texture; } - -bool RAY::Texture::unload() -{ - UnloadTexture(this->_texture); - return true; -} \ No newline at end of file