remove sprite warning

This commit is contained in:
cxgeorge 2001-09-04 21:02:40 +00:00
parent d0b06c15f7
commit cb2b3a81e1
1 changed files with 0 additions and 1 deletions

View File

@ -1919,7 +1919,6 @@ draw_sprite(GeomSprite *geom, GeomContext *gc) {
int nprims = geom->get_num_prims();
if (nprims==0) {
dxgsg_cat.warning() << "draw_sprite() called with ZERO particles!!" << endl;
return;
}