mirror of
https://github.com/open-goal/jak-project
synced 2026-06-17 15:17:27 -04:00
b8c77c65f5
Fix https://github.com/open-goal/jak-project/issues/3701, and possibly other issues where projectiles were invisible/messed up. The use of `align16` with the -16 was subtracting 16 in cases when the pointer was already aligned, causing a bad value to be loaded for the quaternion. I also renamed some variables and did some manual cleanup on a method in process-drawable, since this one comes up a lot during debugging. Co-authored-by: water111 <awaterford1111445@gmail.com>