瀏覽代碼

fix output (trivial)

David Rose 23 年之前
父節點
當前提交
c50ec902b7
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;
 }
 
 ////////////////////////////////////////////////////////////////////