From c50ec902b75324dff8a3753c9b2baf0980be58e4 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 15 May 2002 18:41:50 +0000 Subject: [PATCH] fix output (trivial) --- panda/src/pgraph/alphaTestAttrib.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/pgraph/alphaTestAttrib.cxx b/panda/src/pgraph/alphaTestAttrib.cxx index 08705b74b6..f3994fb14e 100644 --- a/panda/src/pgraph/alphaTestAttrib.cxx +++ b/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; } ////////////////////////////////////////////////////////////////////