ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits.
This commit is contained in:
parent
4aa31a2851
commit
cf8c679a23
89 changed files with 337 additions and 287 deletions
|
|
@ -177,7 +177,7 @@ String SectionedInspector::get_full_item_path(const String &p_item) {
|
|||
void SectionedInspector::edit(Object *p_object) {
|
||||
|
||||
if (!p_object) {
|
||||
obj = 0;
|
||||
obj = ObjectID();
|
||||
sections->clear();
|
||||
|
||||
filter->set_edited(NULL);
|
||||
|
|
@ -308,7 +308,6 @@ EditorInspector *SectionedInspector::get_inspector() {
|
|||
}
|
||||
|
||||
SectionedInspector::SectionedInspector() :
|
||||
obj(0),
|
||||
sections(memnew(Tree)),
|
||||
filter(memnew(SectionedInspectorFilter)),
|
||||
inspector(memnew(EditorInspector)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue