mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 15:31:15 +00:00
Rename Matrix_Pull to Matrix_Pop (#703)
This commit is contained in:
parent
3eec91504c
commit
d30ef91417
89 changed files with 158 additions and 158 deletions
|
@ -734,7 +734,7 @@ void EnTk_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
|||
|
||||
Matrix_Push();
|
||||
EnTkEff_Draw(this, globalCtx);
|
||||
Matrix_Pull();
|
||||
Matrix_Pop();
|
||||
|
||||
OPEN_DISPS(globalCtx->state.gfxCtx, "../z_en_tk.c", 1294);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue