mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
[disney_stable] brief dcparse output includes string length constraints now
This commit is contained in:
parent
b1d16dd3ce
commit
ccdae0e4bc
@ -2334,6 +2334,13 @@ output_instance(ostream &out, bool brief, const string &prename,
|
||||
}
|
||||
break;
|
||||
|
||||
case ST_string:
|
||||
if (!_uint_range.is_empty()) {
|
||||
out << "(";
|
||||
_uint_range.output(out, _divisor);
|
||||
out << ")";
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user