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