mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
20a0ec37d6
commit
440e605a44
@ -1899,6 +1899,10 @@ define_struct_type(InterrogateType &itype, CPPStructType *cpptype,
|
||||
itype._flags |= InterrogateType::F_unpublished;
|
||||
return;
|
||||
}
|
||||
if (TypeManager::involves_protected(cpptype)) {
|
||||
itype._flags &= ~InterrogateType::F_fully_defined;
|
||||
return;
|
||||
}
|
||||
|
||||
// A struct type should always be global.
|
||||
itype._flags |= InterrogateType::F_global;
|
||||
|
Loading…
x
Reference in New Issue
Block a user