sakura57 / so4

Spaced Out 4, an open-source 2D space shooter game
GNU General Public License v2.0
1 stars 0 forks source link

Fix for allocator bug, world thread adjustment #10

Closed sakura57 closed 4 years ago

sakura57 commented 4 years ago

The allocator can no longer potentially return blocks that are already in-use, resulting in memory corruption.

The world thread sleep duration was halved.