Load decompressable texture format is no supported one found.
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user