mirror of
https://github.com/open-goal/jak-project
synced 2026-05-27 08:09:29 -04:00
608dd4ab57
There was a single static path buffer being shared between multiple file i/o threads. So sometimes you would end up using the wrong path for the file, and getting size/data for the wrong file. I think the original reason to have this buffer was just me being lazy when we changed how project paths works a long time ago. It was a bad idea in the first place.