mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-14 15:46:17 +00:00
Various memory-related bug fixes
Also new lzokay API to reduce erroneous usage.
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
virtual void Destruct(void* pData) const
|
||||
{
|
||||
RevertToDefault(pData);
|
||||
TTypedProperty::Destruct(pData);
|
||||
_GetInternalArray(pData).~SScriptArray();
|
||||
}
|
||||
|
||||
virtual bool MatchesDefault(void* pData) const
|
||||
|
||||
Reference in New Issue
Block a user