Browse Source

*** empty log message ***

Josh Wilson 20 years ago
parent
commit
9ba6d30049
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/particlesystem/spriteParticleRenderer.cxx

+ 2 - 0
panda/src/particlesystem/spriteParticleRenderer.cxx

@@ -61,10 +61,12 @@ SpriteParticleRenderer(Texture *tex) :
 {
 {
   init_geoms();
   init_geoms();
 
 
+  /*
   if(use_qpgeom)
   if(use_qpgeom)
     cout<<"using qpgeoms"<<endl;
     cout<<"using qpgeoms"<<endl;
   else
   else
     cout<<"not using qpgeoms"<<endl;
     cout<<"not using qpgeoms"<<endl;
+  */
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////