aboutsummaryrefslogtreecommitdiff
path: root/src/poser_turveytori.c
diff options
context:
space:
mode:
authordpeter99 <dpeter99@gmail.com>2018-03-25 21:06:27 +0200
committerdpeter99 <dpeter99@gmail.com>2018-03-25 21:06:27 +0200
commitc47826bb1171083377309e356168b46cb3621df7 (patch)
treea1da4178ae6965b2a0621cdbe0fd01ef2e90405c /src/poser_turveytori.c
parentc17ac29dcdb617f5d9d960e432a628747e0e63df (diff)
downloadlibsurvive-c47826bb1171083377309e356168b46cb3621df7.tar.gz
libsurvive-c47826bb1171083377309e356168b46cb3621df7.tar.bz2
Started the VS project update
Diffstat (limited to 'src/poser_turveytori.c')
-rw-r--r--src/poser_turveytori.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poser_turveytori.c b/src/poser_turveytori.c
index 2d3f802..035fca7 100644
--- a/src/poser_turveytori.c
+++ b/src/poser_turveytori.c
@@ -1443,7 +1443,7 @@ static Point SolveForLighthouse(FLT posOut[3], FLT quatOut[4], TrackedObject *ob
lighthousePose.Pos[1] = refinedEstimateGd.y;
lighthousePose.Pos[2] = refinedEstimateGd.z;
- SurvivePose assumedObj = {};
+ SurvivePose assumedObj = {0};
FLT negZ[3] = {0, 0, 1};
quatfrom2vectors(assumedObj.Rot, toriData->down, negZ);