diff options
Diffstat (limited to 'tracker-steamvr/steamvr.hpp')
| -rw-r--r-- | tracker-steamvr/steamvr.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-steamvr/steamvr.hpp b/tracker-steamvr/steamvr.hpp index c6f31fa9..61da2e05 100644 --- a/tracker-steamvr/steamvr.hpp +++ b/tracker-steamvr/steamvr.hpp @@ -48,7 +48,7 @@ struct device_list final      void refresh_device_list();      const QList<device_spec>& devices() const { return device_specs; } -    static cc_noinline maybe_pose get_pose(int k); +    static never_inline maybe_pose get_pose(int k);      static QString error_string(vr_error_t error);      static constexpr unsigned max_devices = vr::k_unMaxTrackedDeviceCount;  | 
