Browse Source

fix spammage with color transform in effect

David Rose 24 years ago
parent
commit
e2f05a38d7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/glgsg/glGraphicsStateGuardian.cxx

+ 0 - 2
panda/src/glgsg/glGraphicsStateGuardian.cxx

@@ -4164,8 +4164,6 @@ issue_transformed_color(const Colorf &color) const {
   //   glgsg_cat.debug() << "\tAlpha Transformed by " << get_current_alpha_offset() << " "
   //                     << get_current_alpha_scale() << "\n";
   glColor4fv(transformed.get_data());
-
-  report_errors();
 }
 
 ////////////////////////////////////////////////////////////////////