*** empty log message ***

This commit is contained in:
Josh Wilson 2005-06-15 19:36:17 +00:00
parent 9ba6d30049
commit a7564f4aaa

View File

@ -60,13 +60,6 @@ SpriteParticleRenderer(Texture *tex) :
_color_interpolation_manager(new ColorInterpolationManager(_color))
{
init_geoms();
/*
if(use_qpgeom)
cout<<"using qpgeoms"<<endl;
else
cout<<"not using qpgeoms"<<endl;
*/
}
////////////////////////////////////////////////////////////////////