summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/SCore.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-25 18:02:48 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-10 00:04:22 -0400
commita546fd113f431bd8888da50aad087213193c937e (patch)
tree32c39481d0676bb2291a500adf3f172fb4cb78f8 /src/SMAPI/Framework/SCore.cs
parentcb6fcb0450da28607e1a7307f5638cccbd6ce9f7 (diff)
downloadSMAPI-a546fd113f431bd8888da50aad087213193c937e.tar.gz
SMAPI-a546fd113f431bd8888da50aad087213193c937e.tar.bz2
SMAPI-a546fd113f431bd8888da50aad087213193c937e.zip
add experimental image load rewrite
Diffstat (limited to 'src/SMAPI/Framework/SCore.cs')
-rw-r--r--src/SMAPI/Framework/SCore.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/SCore.cs b/src/SMAPI/Framework/SCore.cs
index 4f4212dc..242776b3 100644
--- a/src/SMAPI/Framework/SCore.cs
+++ b/src/SMAPI/Framework/SCore.cs
@@ -1301,7 +1301,8 @@ namespace StardewModdingAPI.Framework
onAssetLoaded: this.OnAssetLoaded,
onAssetsInvalidated: this.OnAssetsInvalidated,
getFileLookup: this.GetFileLookup,
- requestAssetOperations: this.RequestAssetOperations
+ requestAssetOperations: this.RequestAssetOperations,
+ useExperimentalImageLoading: this.Settings.UseExperimentalImageLoading
);
if (this.ContentCore.Language != this.Translator.LocaleEnum)
this.Translator.SetLocale(this.ContentCore.GetLocale(), this.ContentCore.Language);