mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
interrogate: fix recording type of property in interrogatedb
This commit is contained in:
parent
256c8c5a23
commit
47188b47f6
@ -2024,6 +2024,7 @@ get_make_property(CPPMakeProperty *make_property, CPPStructType *struct_type, CP
|
|||||||
if (iproperty._type != 0 && iproperty._type != return_index) {
|
if (iproperty._type != 0 && iproperty._type != return_index) {
|
||||||
cerr << "Property " << property_name << " has inconsistent element type!\n";
|
cerr << "Property " << property_name << " has inconsistent element type!\n";
|
||||||
}
|
}
|
||||||
|
iproperty._type = return_index;
|
||||||
} else {
|
} else {
|
||||||
iproperty._type = 0;
|
iproperty._type = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user