mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix bug in LightRampAttrib::out
This commit is contained in:
parent
372532346e
commit
f6c6e7eb75
@ -207,7 +207,7 @@ output(ostream &out) const {
|
|||||||
out << "single_threshold(" << _level[0] << "," << _level[1] << "," << _threshold[0] << ")";
|
out << "single_threshold(" << _level[0] << "," << _level[1] << "," << _threshold[0] << ")";
|
||||||
break;
|
break;
|
||||||
case LRT_double_threshold:
|
case LRT_double_threshold:
|
||||||
out << "double_threshold(" << _level[0] << "," << _level[1] << "," << _level[2] << "," << _threshold[0] << "," << _threshold[0] << ")";
|
out << "double_threshold(" << _level[0] << "," << _level[1] << "," << _threshold[0] << "," << _threshold[1] << ")";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user