2
0
Эх сурвалжийг харах

fix continual rebuild when there is no phase directory in use

David Rose 21 жил өмнө
parent
commit
db3d41d26f

+ 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 = Filename(dirname, basename);
+  _filename.standardize();
 
   // Since we use set_extension() here, if the file already contains a
   // filename extension it will be lost.