mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 15:18:59 -04:00
Rename gMtx(F)Clear to gIdentityMtx(F) (#2458)
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user