mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
dcparser: Write ranged-blob parameters correctly
This commit is contained in:
parent
9dd37e9dbc
commit
4eb250cb87
@ -2238,6 +2238,8 @@ output_instance(ostream &out, bool brief, const string &prename,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case ST_blob:
|
||||||
|
case ST_blob32:
|
||||||
case ST_string:
|
case ST_string:
|
||||||
if (!_uint_range.is_empty()) {
|
if (!_uint_range.is_empty()) {
|
||||||
out << "(";
|
out << "(";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user