Many fixes to make exported scenes work better, still buggy.
This commit is contained in:
parent
d7fd86d51a
commit
da11d6d9e8
22 changed files with 238 additions and 604 deletions
|
|
@ -1256,7 +1256,7 @@ void ClassDB::get_extensions_for_type(const StringName& p_class,List<String> *p_
|
|||
|
||||
while((K=resource_base_extensions.next(K))) {
|
||||
StringName cmp = resource_base_extensions[*K];
|
||||
if (is_parent_class(cmp,p_class))
|
||||
if (is_parent_class(p_class,cmp))
|
||||
p_extensions->push_back(*K);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue