summaryrefslogtreecommitdiff
path: root/src/code/sys_matrix.c
diff options
context:
space:
mode:
authorKrimtonZ <krimtonz@gmail.com>2020-03-24 14:01:00 -0500
committerKrimtonZ <krimtonz@gmail.com>2020-03-24 14:01:00 -0500
commita99840162b2ab08125bc09fa5ec7aa47a8466e21 (patch)
tree6ac501bab3810ab717e5104cda5715e0f8c341af /src/code/sys_matrix.c
parentf2c65d615b287aca85a4225edc4103aefc675d36 (diff)
minor formatting updates, match func_800A4A20
Diffstat (limited to 'src/code/sys_matrix.c')
-rw-r--r--src/code/sys_matrix.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/code/sys_matrix.c b/src/code/sys_matrix.c
index fd474f1fc..24c5768d0 100644
--- a/src/code/sys_matrix.c
+++ b/src/code/sys_matrix.c
@@ -2,16 +2,14 @@
#include <global.h>
// clang-format off
-Mtx gMtxClear =
-{
+Mtx gMtxClear = {
65536, 0, 1, 0,
0, 65536, 0, 1,
0, 0, 0, 0,
0, 0, 0, 0,
};
-MtxF gMtxFClear =
-{
+MtxF gMtxFClear = {
1.0f, 0.0f, 0.0f, 0.0f,
0.0f, 1.0f, 0.0f, 0.0f,
0.0f, 0.0f, 1.0f, 0.0f,