aboutsummaryrefslogtreecommitdiff
path: root/redist/linmath.h
diff options
context:
space:
mode:
Diffstat (limited to 'redist/linmath.h')
-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;