fix spammage with color transform in effect

This commit is contained in:
David Rose 2001-06-22 18:50:10 +00:00
parent 5eb03014e6
commit e2f05a38d7

View File

@ -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();
}
////////////////////////////////////////////////////////////////////