summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-07-25 14:49:32 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-07-25 14:49:32 -0400
commit7e5c80f9b086a0e1df2430a0c0ed2f9eec3a5cb0 (patch)
treeaa1dcc5d2980a74dff1a7bb238f8f1fc56aff323 /include
parent5e0e326b75402a36c4d31502b8b5a05b862ac23c (diff)
Address review comments on #414
Diffstat (limited to 'include')
-rw-r--r--include/unk_0201E7D8.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unk_0201E7D8.h b/include/unk_0201E7D8.h
index 78b2c723..6c3f922d 100644
--- a/include/unk_0201E7D8.h
+++ b/include/unk_0201E7D8.h
@@ -22,7 +22,7 @@ struct CameraAngle
u16 x;
u16 y;
u16 z;
- u16 unk_06;
+ u16 unused;
};
struct CameraPerspective
@@ -30,8 +30,8 @@ struct CameraPerspective
fx32 fovySin;
fx32 fovyCos;
fx32 aspect;
- fx32 n;
- fx32 f;
+ fx32 near;
+ fx32 far;
};
struct CameraLookAt