Fix lost of gdextension on editor startup.
Co-authored-by: NetroScript <noreply@enostrion.com>"
This commit is contained in:
parent
4c4e673344
commit
fbd1643176
4 changed files with 37 additions and 22 deletions
|
|
@ -1268,6 +1268,11 @@ void ResourceFormatLoaderBinary::get_recognized_extensions_for_type(const String
|
|||
return;
|
||||
}
|
||||
|
||||
// res files not supported for GDExtension.
|
||||
if (p_type == "GDExtension") {
|
||||
return;
|
||||
}
|
||||
|
||||
List<String> extensions;
|
||||
ClassDB::get_extensions_for_type(p_type, &extensions);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue