Rename gMtx(F)Clear to gIdentityMtx(F) (#2458)

This commit is contained in:
mzxrules
2025-02-08 19:00:32 -05:00
committed by GitHub
parent 924d8e81b9
commit 03a2612246
47 changed files with 58 additions and 58 deletions
+2 -2
View File
@@ -4,14 +4,14 @@
#endif
// clang-format off
Mtx gMtxClear = gdSPDefMtx(
Mtx gIdentityMtx = gdSPDefMtx(
1.0f, 0.0f, 0.0f, 0.0f,
0.0f, 1.0f, 0.0f, 0.0f,
0.0f, 0.0f, 1.0f, 0.0f,
0.0f, 0.0f, 0.0f, 1.0f
);
MtxF gMtxFClear = {
MtxF gIdentityMtxF = {
1.0f, 0.0f, 0.0f, 0.0f,
0.0f, 1.0f, 0.0f, 0.0f,
0.0f, 0.0f, 1.0f, 0.0f,