mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-08 00:44:42 +00:00
minor formatting updates, match func_800A4A20
This commit is contained in:
parent
f2c65d615b
commit
a99840162b
5 changed files with 70 additions and 84 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue