mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 11:24:40 +00:00
Rename gMtx(F)Clear to gIdentityMtx(F) (#2458)
This commit is contained in:
parent
924d8e81b9
commit
03a2612246
47 changed files with 58 additions and 58 deletions
|
@ -11,8 +11,8 @@ typedef enum MatrixMode {
|
|||
/* 1 */ MTXMODE_APPLY // applies transformation to the current matrix
|
||||
} MatrixMode;
|
||||
|
||||
extern Mtx gMtxClear;
|
||||
extern MtxF gMtxFClear;
|
||||
extern Mtx gIdentityMtx;
|
||||
extern MtxF gIdentityMtxF;
|
||||
|
||||
/* Stack operations */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue