More refactoring to 6cf7d49a10 for better assets loading

#1930
This commit is contained in:
Wojtek Figat
2023-11-24 10:25:21 +01:00
parent 6cf7d49a10
commit 359d4ba8ef
2 changed files with 30 additions and 38 deletions

View File

@@ -366,7 +366,6 @@ private:
static void onAssetLoaded(Asset* asset);
static void onAssetUnload(Asset* asset);
static void onAssetChangeId(Asset* asset, const Guid& oldId, const Guid& newId);
static Asset* load(const Guid& id, const ScriptingTypeHandle& type, AssetInfo& assetInfo);
private:
static void deleteFileSafety(const StringView& path, const Guid& id);