]> git.jsancho.org Git - lugaru.git/commitdiff
supressed a done TODO
authorCôme BERNIGAUD <come.bernigaud@gmail.com>
Fri, 20 May 2011 08:01:11 +0000 (10:01 +0200)
committerCôme BERNIGAUD <come.bernigaud@gmail.com>
Fri, 20 May 2011 08:01:11 +0000 (10:01 +0200)
Source/Texture.h

index ca68a3f576f85c50a488bfcfdd94ff059e51069e..69226761fcf50fcfba8806f2e6d1e8f3d60d3433 100644 (file)
@@ -2,7 +2,6 @@
 #include <string>
 
 //keeps track of which textures are loaded
-//TODO: delete them properly
 class Texture {
        private:
                static std::map<std::string,Texture> textures;