mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
fix bug with dcparse -b
This commit is contained in:
parent
de70d67d0f
commit
4009f3fd9e
@ -73,6 +73,8 @@ DCField(const string &name, DCClass *dclass) :
|
|||||||
_has_default_value = false;
|
_has_default_value = false;
|
||||||
_default_value_stale = true;
|
_default_value_stale = true;
|
||||||
|
|
||||||
|
_bogus_field = false;
|
||||||
|
|
||||||
_has_nested_fields = true;
|
_has_nested_fields = true;
|
||||||
_num_nested_fields = 0;
|
_num_nested_fields = 0;
|
||||||
_pack_type = PT_field;
|
_pack_type = PT_field;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user