Load decompressable texture format is no supported one found.

This commit is contained in:
Pāvels Nadtočajevs
2025-01-27 21:42:02 +02:00
parent 6b5b84c0c5
commit b384de9013
4 changed files with 45 additions and 18 deletions

View File

@ -48,7 +48,7 @@ class ResourceFormatImporter : public ResourceFormatLoader {
ResourceUID::ID uid = ResourceUID::INVALID_ID;
};
Error _get_path_and_type(const String &p_path, PathAndType &r_path_and_type, bool *r_valid = nullptr) const;
Error _get_path_and_type(const String &p_path, PathAndType &r_path_and_type, bool p_load, bool *r_valid = nullptr) const;
static ResourceFormatImporter *singleton;