diff options
| author | mzxrules <mzxrules@gmail.com> | 2025-02-08 19:00:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-08 19:00:32 -0500 |
| commit | 03a26122463a80e2db8fb42aa837b0d0dc7cd194 (patch) | |
| tree | cdf112d6598a9b3a238eef0b42a8ce1587c4be8c /include | |
| parent | 924d8e81b9ec84145ef2910d1566ea1b2dc16bdb (diff) | |
Rename gMtx(F)Clear to gIdentityMtx(F) (#2458)
Diffstat (limited to 'include')
| -rw-r--r-- | include/sys_matrix.h | 4 |
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 */ |
