ソースを参照

*** empty log message ***

Josh Wilson 20 年 前
コミット
a7564f4aaa
1 ファイル変更0 行追加7 行削除
  1. 0 7
      panda/src/particlesystem/spriteParticleRenderer.cxx

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

@@ -60,13 +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;
-  */
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////