remove sprite warning
This commit is contained in:
parent
d0b06c15f7
commit
cb2b3a81e1
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue