Browse Source

fix output (trivial)

David Rose 23 years ago
parent
commit
c50ec902b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/pgraph/alphaTestAttrib.cxx

+ 1 - 0
panda/src/pgraph/alphaTestAttrib.cxx

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