summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormzxrules <mzxrules@gmail.com>2025-02-08 19:00:32 -0500
committerGitHub <noreply@github.com>2025-02-08 19:00:32 -0500
commit03a26122463a80e2db8fb42aa837b0d0dc7cd194 (patch)
treecdf112d6598a9b3a238eef0b42a8ce1587c4be8c /include
parent924d8e81b9ec84145ef2910d1566ea1b2dc16bdb (diff)
Rename gMtx(F)Clear to gIdentityMtx(F) (#2458)
Diffstat (limited to 'include')
-rw-r--r--include/sys_matrix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys_matrix.h b/include/sys_matrix.h
index 1d136a06e..11d494c8c 100644
--- a/include/sys_matrix.h
+++ b/include/sys_matrix.h
@@ -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 */