mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-03 12:54:22 +00:00
ApplicationScope - Only initialize 'AppDataCacher' once in 'ApplicationScope.Initialize'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user