aboutsummaryrefslogtreecommitdiff
path: root/redist
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-25 12:38:28 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-25 21:29:41 -0600
commit2522e65f844d464dab7b5910d8183c3ad8ac922c (patch)
treedbe0f69f1856fcfe1be087785de6fc9ece438377 /redist
parent9b13bad446be174e1727c151b73c3cbef7ba4698 (diff)
downloadlibsurvive-2522e65f844d464dab7b5910d8183c3ad8ac922c.tar.gz
libsurvive-2522e65f844d464dab7b5910d8183c3ad8ac922c.tar.bz2
Fixed typo in linmath
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;