Closed JeodC closed 1 month ago
This alias is required starting with GMS 2024.6. Do note that _ZN13MemoryManager4FreeEPKvb takes a const void* and an additional bool argument, while the previous symbol aliases only took one argument. Not sure if it's significant.
_ZN13MemoryManager4FreeEPKvb
const void*
bool
This alias is required starting with GMS 2024.6. Do note that
_ZN13MemoryManager4FreeEPKvb
takes aconst void*
and an additionalbool
argument, while the previous symbol aliases only took one argument. Not sure if it's significant.