diff --git a/panda/src/tform/mouseWatcherRegion.cxx b/panda/src/tform/mouseWatcherRegion.cxx index 093cfd89d9..79bb3848b1 100644 --- a/panda/src/tform/mouseWatcherRegion.cxx +++ b/panda/src/tform/mouseWatcherRegion.cxx @@ -40,7 +40,9 @@ output(ostream &out) const { //////////////////////////////////////////////////////////////////// void MouseWatcherRegion:: 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"; } ////////////////////////////////////////////////////////////////////