mirror of
https://github.com/zeldaret/oot
synced 2026-06-20 16:21:16 -04:00
MtxClear -> IdentityMtx
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