diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-12 07:21:48 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-12 07:21:48 +0200 | 
| commit | 5b88ad389c9c50a3e0785b08f9572656b2d3fcda (patch) | |
| tree | 25c8373ecb52b57777e8b01af40747034e63dd89 /logic | |
| parent | 466a0a8b251067cc74d8dddf7e4f50f44924a48d (diff) | |
cleanup
Diffstat (limited to 'logic')
| -rw-r--r-- | logic/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | logic/tracker.cpp | 1 | 
2 files changed, 1 insertions, 2 deletions
| diff --git a/logic/CMakeLists.txt b/logic/CMakeLists.txt index 177dd045..f3f128af 100644 --- a/logic/CMakeLists.txt +++ b/logic/CMakeLists.txt @@ -3,5 +3,5 @@ target_link_libraries(opentrack-logic opentrack-spline)  if(NOT WIN32)      target_link_libraries(opentrack-logic opentrack-qxt-mini)  else() -    target_link_libraries(opentrack-logic opentrack-dinput) +    target_link_libraries(opentrack-logic opentrack-dinput winmm)  endif() diff --git a/logic/tracker.cpp b/logic/tracker.cpp index 87706293..24eaa6ad 100644 --- a/logic/tracker.cpp +++ b/logic/tracker.cpp @@ -215,7 +215,6 @@ void Tracker::logic()          {          // inertial          case 0: -            //scaled_rotation.rotation = scaled_rotation              rotation = scaled_rotation.rot_center * scaled_rotation.rotation;              break;          // camera | 
