aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/texturecache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/texturecache.hpp')
-rw-r--r--include/YAGE/texturecache.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/YAGE/texturecache.hpp b/include/YAGE/texturecache.hpp
index 158f81ee..ac318230 100644
--- a/include/YAGE/texturecache.hpp
+++ b/include/YAGE/texturecache.hpp
@@ -22,7 +22,6 @@ private:
std::unordered_map<std::string, Texture> texture_map_;
public:
TextureCache();
- ~TextureCache();
Texture getTexture(const std::string &texture_path);
};