d_a_e_rdy debug work (#3011)

* debug work for d_a_e_rdy

* remove unused fake function

* fix regressions

* rename variable

* Fix version diffs of angle adding
This commit is contained in:
roeming
2026-01-04 20:22:04 -05:00
committed by GitHub
parent b72be3074a
commit 1400687731
7 changed files with 365 additions and 281 deletions
+2 -2
View File
@@ -530,6 +530,6 @@ void MtxPush() {
MTXCopy(mtx, *calc_mtx);
}
Mtx* MtxPull() {
return calc_mtx--;
void MtxPull() {
calc_mtx--;
}