Browse Source

remove sprite warning

cxgeorge 24 years ago
parent
commit
cb2b3a81e1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/dxgsg/dxGraphicsStateGuardian.cxx

+ 0 - 1
panda/src/dxgsg/dxGraphicsStateGuardian.cxx

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