Browse Source

MF_back etc

David Rose 14 years ago
parent
commit
75df50fc56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/pfmprogs/pfmTrans.cxx

+ 1 - 1
pandatool/src/pfmprogs/pfmTrans.cxx

@@ -149,7 +149,7 @@ process_pfm(const Filename &input_filename, PfmFile &file) {
   }
   }
 
 
   if (_got_vis_filename) {
   if (_got_vis_filename) {
-    NodePath mesh = file.generate_vis_mesh(true);
+    NodePath mesh = file.generate_vis_mesh(PfmFile::MF_both);
     if (_got_vistex_filename) {
     if (_got_vistex_filename) {
       PT(Texture) tex = TexturePool::load_texture(_vistex_filename);
       PT(Texture) tex = TexturePool::load_texture(_vistex_filename);
       if (tex == NULL) {
       if (tex == NULL) {