]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Environment/Skybox.hpp
Cleaned up TextureRes lifecycle to make sure it’s destroyed by RAII
[lugaru.git] / Source / Environment / Skybox.hpp
index 1a9d36a2fec5c66cfeffde420368bfda13167f8a..2fb2d5daaa844e5669acc3b7f8baee4b56a83b53 100644 (file)
@@ -37,7 +37,6 @@ public:
     void draw();
 
     SkyBox() {}
-    ~SkyBox();
 };
 
 #endif