Phoenix is an open world sandbox style voxel game designed to make all content optional.
BSD 3-Clause "New" or "Revised" License
30
stars
10
forks
source link
Weird issue with Enet causing crash when not allocating Host on heap. #277
Closed
vyomfadia closed 3 years ago
Doing:
Calling
run
causes a crash within enet itself, in theenet_host_service
function. However, this is mitigated when doing:Weird issue, need to fix at some point, we can get away with allocating on the heap for now.