Browse Source

Fix for bug in texture_type

rdb 17 years ago
parent
commit
db77e3e4ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/egg/eggTexture.cxx

+ 1 - 1
panda/src/egg/eggTexture.cxx

@@ -151,7 +151,7 @@ write(ostream &out, int indent_level) const {
 
   if (get_texture_type() != TT_unspecified) {
     indent(out, indent_level + 2)
-      << "<Scalar> texture_type { " << get_texture_type() << " }\n";
+      << "<Scalar> type { " << get_texture_type() << " }\n";
   }
 
   if (get_format() != F_unspecified) {