summaryrefslogtreecommitdiff
path: root/src/camera.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2023-10-09 20:46:56 -0600
committerGitHub <noreply@github.com>2023-10-09 20:46:56 -0600
commit7f14bf80df88f3d04727f217012ddbafaeb4b09a (patch)
tree93fa03a3a871829ff0b7bcb6b7608fe9dea090ce /src/camera.h
parent41a0471605e77c284a00b3af37cb720119559f46 (diff)
Rename wayPoint to waypoint (#448)
* Rename wayPoint to waypoint * other
Diffstat (limited to 'src/camera.h')
-rw-r--r--src/camera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/camera.h b/src/camera.h
index 651148825..c9ae4fcbc 100644
--- a/src/camera.h
+++ b/src/camera.h
@@ -27,7 +27,7 @@ typedef struct {
// This is expected to be a normalized vector, indicates what direction is "up" for the camera
/* 0x18 */ Vec3f up;
// I think these are the "nautical angles" between pos and lookAt
- // rot[0] = pitch, rot[1] = yaw, rot[2] = roll?
+ // rot[0] = roll? Does nothing?, rot[1] = yaw, rot[2] = pitch
/* 0x24 */ Vec3s rot;
/* 0x2A */ u16 someBitFlags;
/* 0x2C */ s16 unk_2C;