ApplicationScope - Only initialize 'AppDataCacher' once in 'ApplicationScope.Initialize'

This commit is contained in:
miku-666
2023-05-14 17:05:45 +02:00
parent 56aa41bb66
commit e86a8384be

View File

@@ -24,7 +24,7 @@ namespace PckStudio
Stopwatch stopwatch = Stopwatch.StartNew();
{
_entityImages ??= Resources.entities_sheet.CreateImageList(32).ToArray();
AppDataCacher = new FileCacher(Program.AppDataCache);
AppDataCacher ??= new FileCacher(Program.AppDataCache);
_ = AnimationResources.JsonTileData;
_ = AnimationResources.ItemList;
_ = AnimationResources.BlockList;