Josh Wilson 20 лет назад
Родитель
Сommit
323321f622
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      panda/src/particlesystem/spriteParticleRenderer.cxx

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

@@ -60,11 +60,6 @@ SpriteParticleRenderer(Texture *tex) :
   _color_interpolation_manager(new ColorInterpolationManager(_color))
   _color_interpolation_manager(new ColorInterpolationManager(_color))
 {
 {
   init_geoms();  
   init_geoms();  
-
-  if(use_qpgeom)
-    cout<<"using qpgeoms"<<endl;
-  else
-    cout<<"not using qpgeoms"<<endl;
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////