mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
3c985f8c3a
The `Split Boxes` option in jak2/3 currently crashes as soon as you select it because of the `*debug-region-hide-empty*` code added in openGOAL. The split boxes aren't true regions, but they reuse the `debug-draw-region` functions, and crash trying to access `(-> this region on-enter)`. <img width="2160" height="1620" alt="image" src="https://github.com/user-attachments/assets/e8753fcc-8234-40fa-9278-d2dca4dff71a" /> yay split boxes