mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix output (trivial)
This commit is contained in:
parent
e1102d85c5
commit
c50ec902b7
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user