mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Fixed crashes due to wrong use of append allocations
This commit is contained in:
@@ -18,7 +18,6 @@ public class ScriptInstanceSerializer
|
||||
public ~this()
|
||||
{
|
||||
Clear();
|
||||
delete:append _serializedData;
|
||||
}
|
||||
|
||||
public void Clear()
|
||||
|
||||
Reference in New Issue
Block a user