aboutsummaryrefslogtreecommitdiff
path: root/src/poser_turveytori.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/poser_turveytori.c')
-rw-r--r--src/poser_turveytori.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/poser_turveytori.c b/src/poser_turveytori.c
index 7abf5d0..d5f36cf 100644
--- a/src/poser_turveytori.c
+++ b/src/poser_turveytori.c
@@ -1552,10 +1552,10 @@ int PoserTurveyTori( SurviveObject * so, PoserData * poserData )
// with world coordinate system, it will have Z oriented correctly.
// let's get the quaternion that represents this rotation.
- FLT downQuat[4];
+ //FLT downQuat[4];
FLT negZ[3] = { 0,0,1 };
//quatfrom2vectors(downQuat, negZ, td->down);
- quatfrom2vectors(downQuat, td->down, negZ);
+ //quatfrom2vectors(downQuat, td->down, negZ);
{
int sensorCount = 0;