diff options
| -rw-r--r-- | proto-sc/ftnoir_protocol_sc.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/proto-sc/ftnoir_protocol_sc.cpp b/proto-sc/ftnoir_protocol_sc.cpp index d60ab3fe..c8df0443 100644 --- a/proto-sc/ftnoir_protocol_sc.cpp +++ b/proto-sc/ftnoir_protocol_sc.cpp @@ -65,7 +65,7 @@ void simconnect::pose( const double *headpose ) {      virtSCRotZ = float(headpose[Roll]);      // cm to meters -    virtSCPosX = float(headpose[TX]/100); +    virtSCPosX = float(-headpose[TX]/100);      virtSCPosY = float(headpose[TY]/100);      virtSCPosZ = float(-headpose[TZ]/100);  } | 
