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