aboutsummaryrefslogtreecommitdiff
path: root/redist
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-21 11:20:34 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-22 12:26:55 -0600
commitf60bed509a7e416c155bcd35d5151bca65eaa190 (patch)
tree9a093a142ee26a0c1dd4f3c0b286f0af7b412ed5 /redist
parentfc83b40221ccd935b85bb95a4e9cbe80516b259f (diff)
downloadlibsurvive-f60bed509a7e416c155bcd35d5151bca65eaa190.tar.gz
libsurvive-f60bed509a7e416c155bcd35d5151bca65eaa190.tar.bz2
IMU research
Diffstat (limited to 'redist')
-rw-r--r--redist/linmath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/redist/linmath.h b/redist/linmath.h
index cacb1c6..5d5bed2 100644
--- a/redist/linmath.h
+++ b/redist/linmath.h
@@ -49,7 +49,7 @@
typedef FLT LinmathQuat[4]; // This is the [wxyz] quaternion, in wxyz format.
typedef FLT LinmathPoint3d[3];
-typedef FLT linmathVec3d[3];
+typedef FLT LinmathVec3d[3];
typedef struct LinmathPose {
LinmathPoint3d Pos;