Closed xezon closed 1 month ago
This change fixes game pools with __SANITIZE_ADDRESS__.
__SANITIZE_ADDRESS__
Before, textures would just render black in w3dview tool. Unclear why exactly, but this change reinstates game pools and replaces the pool allocator with malloc and free.
malloc
free
Textures render normally now.
This change fixes game pools with
__SANITIZE_ADDRESS__
.Before, textures would just render black in w3dview tool. Unclear why exactly, but this change reinstates game pools and replaces the pool allocator with
malloc
andfree
.Textures render normally now.