--- deliantra/Deliantra-Client/Client.xs 2007/04/21 23:54:23 1.189 +++ deliantra/Deliantra-Client/Client.xs 2007/04/26 17:41:23 1.190 @@ -2394,10 +2394,10 @@ { /* make a half-assed attempt at returning the memory used by the texture */ /* textures are frequently being reused by cfplus anyway */ - glBindTexture (GL_TEXTURE_2D, name); - glTexImage2D (GL_TEXTURE_2D, 0, GL_ALPHA, 0, 0, 0, GL_ALPHA, GL_UNSIGNED_BYTE, 0); + /*glBindTexture (GL_TEXTURE_2D, name);*/ + /*glTexImage2D (GL_TEXTURE_2D, 0, GL_ALPHA, 0, 0, 0, GL_ALPHA, GL_UNSIGNED_BYTE, 0);*/ av_push (texture_av, (SV *)(size_t)name); - /*glDeleteTextures (1, &name_);*/ + /*{ GLuint name_ = name; glDeleteTextures (1, &name_); }*/ } int glGenList ()