mirror of
https://github.com/zeldaret/oot
synced 2026-06-05 11:18:12 -04:00
Rename Matrix_Pull to Matrix_Pop (#703)
This commit is contained in:
@@ -29,7 +29,7 @@ void Matrix_Push(void) {
|
||||
sCurrentMatrix++;
|
||||
}
|
||||
|
||||
void Matrix_Pull(void) {
|
||||
void Matrix_Pop(void) {
|
||||
sCurrentMatrix--;
|
||||
if (sCurrentMatrix < sMatrixStack) {
|
||||
__assert("Matrix_now >= Matrix_stack", "../sys_matrix.c", 176);
|
||||
|
||||
Reference in New Issue
Block a user