Browse Source

minor cut&paste error

David Rose 14 years ago
parent
commit
8a6c221d94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/gobj/texture.cxx

+ 1 - 1
panda/src/gobj/texture.cxx

@@ -1951,7 +1951,7 @@ string_texture_type(const string &str) {
   }
   }
 
 
   gobj_cat->error()
   gobj_cat->error()
-    << "Invalid Texture::TextureLevel value: " << str << "\n";
+    << "Invalid Texture::TextureType value: " << str << "\n";
   return TT_2d_texture;
   return TT_2d_texture;
 }
 }