mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Engine barely starts again
This commit is contained in:
@@ -971,7 +971,10 @@ class EditorContentManager : IContentManager
|
||||
TreeNode<AssetNode> assetNode = TrySilent!(AssetHierarchy.GetNodeFromAssetHandle(handle));
|
||||
|
||||
_assetConverter.QueueForProcessing(assetNode->AssetFile, isBlocking);
|
||||
|
||||
|
||||
var isBlocking;
|
||||
isBlocking = true;
|
||||
|
||||
if (isBlocking)
|
||||
{
|
||||
asset = _assetCache.GetCacheEntry(handle);
|
||||
@@ -1017,6 +1020,10 @@ class EditorContentManager : IContentManager
|
||||
return placeholder;
|
||||
}
|
||||
|
||||
var isBlocking;
|
||||
|
||||
isBlocking = true;
|
||||
|
||||
if (isBlocking)
|
||||
return InternalLoad(asset);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user