mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
add sort to output
This commit is contained in:
parent
ce21b1d346
commit
2991a6562c
@ -40,7 +40,9 @@ output(ostream &out) const {
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
void MouseWatcherRegion::
|
void MouseWatcherRegion::
|
||||||
write(ostream &out, int indent_level) const {
|
write(ostream &out, int indent_level) const {
|
||||||
indent(out, indent_level) << get_name() << " lrbt = " << _frame << "\n";
|
indent(out, indent_level)
|
||||||
|
<< get_name() << " lrbt = " << _frame
|
||||||
|
<< ", sort = " << _sort << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user