diff options
Diffstat (limited to 'logic')
-rw-r--r-- | logic/simple-mat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/simple-mat.cpp b/logic/simple-mat.cpp index f9ed8613..24a2d69e 100644 --- a/logic/simple-mat.cpp +++ b/logic/simple-mat.cpp @@ -74,7 +74,7 @@ void OPENTRACK_LOGIC_EXPORT tait_bryan_to_matrices(const euler_t& input, } { - const double theta = -input(1); + const double theta = input(1); const double sin_theta = sin(theta); const double cos_theta = cos(theta); |