We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413ea70 commit 73b9f08Copy full SHA for 73b9f08
addons/safe_resource_loader/safe_resource_loader.gd
@@ -42,5 +42,5 @@ static func load(path:String, type_hint:String = "", \
42
return null
43
44
# otherwise use the normal resource loader to load it.
45
- return ResourceLoader.load(path, type_hint, )
+ return ResourceLoader.load(path, type_hint, cache_mode)
46
0 commit comments