diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-26 00:51:11 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-10 00:04:23 -0400 |
commit | 769475166ab3b92cd3763bb86e364a8b2c7d914f (patch) | |
tree | 1f9121b94a2051c61f875e9d6993ff624fa2e7ea /src/SMAPI/Framework/SCore.cs | |
parent | 4708385f696d2e47d24e795f210752f4b0224bff (diff) | |
download | SMAPI-769475166ab3b92cd3763bb86e364a8b2c7d914f.tar.gz SMAPI-769475166ab3b92cd3763bb86e364a8b2c7d914f.tar.bz2 SMAPI-769475166ab3b92cd3763bb86e364a8b2c7d914f.zip |
enable raw image loading by default, rename setting
Diffstat (limited to 'src/SMAPI/Framework/SCore.cs')
-rw-r--r-- | src/SMAPI/Framework/SCore.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/SCore.cs b/src/SMAPI/Framework/SCore.cs index 242776b3..f018acad 100644 --- a/src/SMAPI/Framework/SCore.cs +++ b/src/SMAPI/Framework/SCore.cs @@ -1302,7 +1302,7 @@ namespace StardewModdingAPI.Framework onAssetsInvalidated: this.OnAssetsInvalidated, getFileLookup: this.GetFileLookup, requestAssetOperations: this.RequestAssetOperations, - useExperimentalImageLoading: this.Settings.UseExperimentalImageLoading + useRawImageLoading: this.Settings.UseRawImageLoading ); if (this.ContentCore.Language != this.Translator.LocaleEnum) this.Translator.SetLocale(this.ContentCore.GetLocale(), this.ContentCore.Language); |