mirror of
https://github.com/zeldaret/tp
synced 2026-06-06 03:38:41 -04:00
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:
@@ -530,6 +530,6 @@ void MtxPush() {
|
||||
MTXCopy(mtx, *calc_mtx);
|
||||
}
|
||||
|
||||
Mtx* MtxPull() {
|
||||
return calc_mtx--;
|
||||
void MtxPull() {
|
||||
calc_mtx--;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user