Browse Source

fix continual rebuild when there is no phase directory in use

David Rose 21 years ago
parent
commit
db3d41d26f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pandatool/src/palettizer/imageFile.cxx

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

@@ -229,6 +229,7 @@ set_filename(const string &dirname, const string &basename) {
   Filename orig_alpha_filename = _alpha_filename;
   Filename orig_alpha_filename = _alpha_filename;
   
   
   _filename = Filename(dirname, basename);
   _filename = Filename(dirname, basename);
+  _filename.standardize();
 
 
   // Since we use set_extension() here, if the file already contains a
   // Since we use set_extension() here, if the file already contains a
   // filename extension it will be lost.
   // filename extension it will be lost.