mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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;
|
break;
|
||||||
|
|
||||||
|
case ST_string:
|
||||||
|
if (!_uint_range.is_empty()) {
|
||||||
|
out << "(";
|
||||||
|
_uint_range.output(out, _divisor);
|
||||||
|
out << ")";
|
||||||
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user