Fixed crash when assets gets queued for reloading twice

This commit is contained in:
Simon Lübeß
2024-06-09 00:29:15 +02:00
parent 86afa234e7
commit ace51b396d
2 changed files with 8 additions and 3 deletions
@@ -90,4 +90,9 @@ public class AssetIdentifier
assetIdentifier.EnsureNullTerminator();
}
public override void ToString(String strBuffer)
{
strBuffer.Append(FullIdentifier);
}
}