Fixed data cycle

This commit is contained in:
Simon Lübeß
2025-03-23 17:46:55 +01:00
parent c34f585bbf
commit 571bf98be2
+3 -3
View File
@@ -26,9 +26,9 @@ class EditorContentManager : IContentManager
private append Dictionary<AssetHandle, Asset> _handleToAsset = .(); private append Dictionary<AssetHandle, Asset> _handleToAsset = .();
private append AssetHierarchy _assetHierarchy = .(this); private AssetHierarchy _assetHierarchy = new .(this) ~ delete _;
private append AssetCache _assetCache = .(this); private AssetCache _assetCache = new .(this) ~ delete _;
private append AssetConverter _assetConverter = .(this); private AssetConverter _assetConverter = new .(this) ~ delete _;
private append List<AssetHandle> _reloadQueue = .(); private append List<AssetHandle> _reloadQueue = .();