Browse Source

bmp is more useful than pnm at the moment

cxgeorge 24 years ago
parent
commit
eef1ef930c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      panda/src/framework/framework.cxx
  2. 1 1
      panda/src/framework/framework_multimon.cxx

+ 1 - 1
panda/src/framework/framework.cxx

@@ -563,7 +563,7 @@ void event_grave(CPT_Event) {
 
 
   p.copy(gsg, dr, rb);
   p.copy(gsg, dr, rb);
   ostringstream s;
   ostringstream s;
-  s << "frame" << ClockObject::get_global_clock()->get_frame_count() << ".pnm";
+  s << "frame" << ClockObject::get_global_clock()->get_frame_count() << ".bmp";
   Filename filename = s.str();
   Filename filename = s.str();
   p.write(filename);
   p.write(filename);
 
 

+ 1 - 1
panda/src/framework/framework_multimon.cxx

@@ -583,7 +583,7 @@ void event_grave(CPT_Event) {
 
 
   p.copy(gsg, dr, rb);
   p.copy(gsg, dr, rb);
   ostringstream s;
   ostringstream s;
-  s << "frame" << ClockObject::get_global_clock()->get_frame_count() << ".pnm";
+  s << "frame" << ClockObject::get_global_clock()->get_frame_count() << ".bmp";
   Filename filename = s.str();
   Filename filename = s.str();
   p.write(filename);
   p.write(filename);