From cb2b3a81e147b9016b06a532d9aadce6a3c1e27e Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Tue, 4 Sep 2001 21:02:40 +0000 Subject: [PATCH] remove sprite warning --- panda/src/dxgsg/dxGraphicsStateGuardian.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/dxgsg/dxGraphicsStateGuardian.cxx b/panda/src/dxgsg/dxGraphicsStateGuardian.cxx index e3684df596..3fd550569a 100644 --- a/panda/src/dxgsg/dxGraphicsStateGuardian.cxx +++ b/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; }