X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGraphic%2FTexture.hpp;fp=Source%2FGraphic%2FTexture.hpp;h=0f1282898053bd6b56310860f7db2fd046dd5d5d;hb=3f8ee86c6085b5d6c7ee31b916d0e022239750ab;hp=ab51cdb9653cf760fda40430c57fa60daeed262f;hpb=fa4037412902fd926281cd9b06d0f00db680138f;p=lugaru.git diff --git a/Source/Graphic/Texture.hpp b/Source/Graphic/Texture.hpp index ab51cdb..0f12828 100644 --- a/Source/Graphic/Texture.hpp +++ b/Source/Graphic/Texture.hpp @@ -32,8 +32,6 @@ using namespace std; class TextureRes { private: - static vector list; - GLuint id; string filename; bool hasMipmap;