mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Fixed crash when assets gets queued for reloading twice
This commit is contained in:
@@ -90,4 +90,9 @@ public class AssetIdentifier
|
||||
|
||||
assetIdentifier.EnsureNullTerminator();
|
||||
}
|
||||
|
||||
public override void ToString(String strBuffer)
|
||||
{
|
||||
strBuffer.Append(FullIdentifier);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user