aboutsummaryrefslogtreecommitdiff
path: root/src/poser_turveytori.c
diff options
context:
space:
mode:
authorCNLohr <charles@cnlohr.com>2018-03-26 17:22:59 -0400
committerGitHub <noreply@github.com>2018-03-26 17:22:59 -0400
commit325f8f01b7cdae59ee481fe5e04e8b6b85ee8838 (patch)
tree6598f0185c010dc3d48067060a6303d9e58ce74f /src/poser_turveytori.c
parent18e717642be3af3b9f72b630dcad68ca17c32dc9 (diff)
parent4c373617220aca69a4acb7a32c12457a057f4e48 (diff)
downloadlibsurvive-325f8f01b7cdae59ee481fe5e04e8b6b85ee8838.tar.gz
libsurvive-325f8f01b7cdae59ee481fe5e04e8b6b85ee8838.tar.bz2
Merge pull request #118 from dpeter99/master
Fixed the Windows build
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);