fix output (trivial)

This commit is contained in:
David Rose 2002-05-15 18:41:50 +00:00
parent e1102d85c5
commit c50ec902b7

View File

@ -61,6 +61,7 @@ void AlphaTestAttrib::
output(ostream &out) const { output(ostream &out) const {
out << get_type() << ":"; out << get_type() << ":";
output_comparefunc(out,_mode); output_comparefunc(out,_mode);
out << "," << _reference_alpha;
} }
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////