Browse Source

Fix compiler error

rdb 16 years ago
parent
commit
9c1244dd92
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pandatool/src/palettizer/textureProperties.cxx

+ 1 - 0
pandatool/src/palettizer/textureProperties.cxx

@@ -716,6 +716,7 @@ get_quality_level_string(EggTexture::QualityLevel quality_level) {
   case EggTexture::QL_best:
   case EggTexture::QL_best:
     return "b";
     return "b";
   }
   }
+  return "";
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////