*** empty log message ***

This commit is contained in:
Josh Wilson 2005-06-15 19:14:37 +00:00
parent e6193365b9
commit 9ba6d30049

View File

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