You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix lost of gdextension on editor startup.
Co-authored-by: NetroScript <noreply@enostrion.com>"
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user