浏览代码

*** empty log message ***

Josh Wilson 20 年之前
父节点
当前提交
9ba6d30049
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      panda/src/particlesystem/spriteParticleRenderer.cxx

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

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