mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Many fixes to make exported scenes work better, still buggy.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user