mirror of
https://github.com/open-goal/jak-project
synced 2026-09-13 05:05:48 -04:00
anim-tester-x + cam flip fixes + logxor! decomp (#1359)
* `anim-tester-x` + cam flip fixes + `logxor!` decomp * Update anim-tester-x.gc
This commit is contained in:
@@ -578,9 +578,6 @@ uint32_t link_control::work_v2() {
|
||||
if (m_segment_process == 0) {
|
||||
m_heap_gap =
|
||||
m_object_data - m_heap->current; // distance between end of heap and start of object
|
||||
if (m_object_data.offset < m_heap->current.offset) {
|
||||
ASSERT(false);
|
||||
}
|
||||
}
|
||||
|
||||
if (m_heap_gap <
|
||||
|
||||
Reference in New Issue
Block a user