mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
this is a temporary fix for the incorrect g_pAlignedMemAlloc behaviour g_pAlignedMemAlloc is supposed to be a pointer to a struct of 2 functions, but it is a pointer to a class with a virtual function table, causing invalid function addresses This causes an access violation on this call This should be fixed properly in the future