MtxClear -> IdentityMtx

This commit is contained in:
mzxrules
2025-02-06 18:51:47 -05:00
parent 9061bcf433
commit 8fc74c0672
47 changed files with 58 additions and 58 deletions
+2 -2
View File
@@ -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 */