Browse Source

one more time

David Rose 23 years ago
parent
commit
b380b3b799
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/egg-palettize/imageFile.cxx

+ 1 - 1
pandatool/src/egg-palettize/imageFile.cxx

@@ -209,7 +209,7 @@ set_filename(const string &dirname, const string &basename) {
   }
   }
 
 
   if (_properties._alpha_type != (PNMFileType *)NULL) {
   if (_properties._alpha_type != (PNMFileType *)NULL) {
-    _alpha_filename = _filename.get_fullpath_wo_extension() + "_a";
+    _alpha_filename = _filename.get_fullpath_wo_extension() + "_a.";
     _alpha_filename.set_extension
     _alpha_filename.set_extension
       (_properties._alpha_type->get_suggested_extension());
       (_properties._alpha_type->get_suggested_extension());
   }
   }