From 5b0d17f5bec7287e93c1d60ba23193e2c1afd3ca Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Thu, 16 May 2002 21:30:13 +0000 Subject: [PATCH] fix decal prob with cards that use blending to disable colorwrites --- panda/src/dxgsg8/dxGraphicsStateGuardian8.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/panda/src/dxgsg8/dxGraphicsStateGuardian8.cxx b/panda/src/dxgsg8/dxGraphicsStateGuardian8.cxx index c21fcb358a..08477c14ec 100644 --- a/panda/src/dxgsg8/dxGraphicsStateGuardian8.cxx +++ b/panda/src/dxgsg8/dxGraphicsStateGuardian8.cxx @@ -4399,9 +4399,6 @@ set_blend_mode(ColorWriteAttrib::Mode color_write_mode, return; } - // if ColorWriteAttrib::M_on, need to check other transp modes to see if they - // need blending before we use blending - // Is there a color blend set? switch (color_blend_mode) { case ColorBlendAttrib::M_none: