cxgeorge 23 years ago
parent
commit
e8e05146f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/egg-palettize/textureProperties.cxx

+ 1 - 1
pandatool/src/egg-palettize/textureProperties.cxx

@@ -189,7 +189,7 @@ update_properties(const TextureProperties &other) {
   _magfilter = union_filter(_magfilter, other._magfilter);
 
   _anisotropic_degree = other._anisotropic_degree;
-  printf("set aniso degree to %d\n",_anisotropic_degree);
+  // printf("set aniso degree to %d\n",_anisotropic_degree);
 
   if (_color_type == (PNMFileType *)NULL) {
     _color_type = other._color_type;