From 75df50fc565396cf9eae8172460fb1c41f86b691 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 8 Nov 2011 17:49:13 +0000 Subject: [PATCH] MF_back etc --- pandatool/src/pfmprogs/pfmTrans.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/pfmprogs/pfmTrans.cxx b/pandatool/src/pfmprogs/pfmTrans.cxx index 7cef91d74b..1bf5c3b4e7 100755 --- a/pandatool/src/pfmprogs/pfmTrans.cxx +++ b/pandatool/src/pfmprogs/pfmTrans.cxx @@ -149,7 +149,7 @@ process_pfm(const Filename &input_filename, PfmFile &file) { } if (_got_vis_filename) { - NodePath mesh = file.generate_vis_mesh(true); + NodePath mesh = file.generate_vis_mesh(PfmFile::MF_both); if (_got_vistex_filename) { PT(Texture) tex = TexturePool::load_texture(_vistex_filename); if (tex == NULL) {