diff options
author | Sven Gothel <[email protected]> | 2015-03-28 01:43:35 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-28 01:43:35 +0100 |
commit | 4207f9c279e832e3afcb3f5fc6cd8d84cb4cfe4c (patch) | |
tree | cf3671058d55b47ab6cb6f36f369928606137628 /LibOVR/Src/Util/Util_LatencyTest2Reader.h | |
parent | c29cd1a2fbff6282bab956ad61661ac9d48c4e6e (diff) |
Bump OculusVR RIFT SDK to 0.5.0.1vanilla_0.5.0.1
Diffstat (limited to 'LibOVR/Src/Util/Util_LatencyTest2Reader.h')
-rw-r--r-- | LibOVR/Src/Util/Util_LatencyTest2Reader.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/LibOVR/Src/Util/Util_LatencyTest2Reader.h b/LibOVR/Src/Util/Util_LatencyTest2Reader.h index 1863e62..fb7e5cb 100644 --- a/LibOVR/Src/Util/Util_LatencyTest2Reader.h +++ b/LibOVR/Src/Util/Util_LatencyTest2Reader.h @@ -27,7 +27,7 @@ limitations under the License. #ifndef OVR_Util_LatencyTest2Reader_h #define OVR_Util_LatencyTest2Reader_h -#include "../Tracking/Tracking_SensorState.h" +#include "Vision/SensorFusion/Vision_SensorState.h" #include "Util_LatencyTest2State.h" namespace OVR { namespace Util { @@ -40,7 +40,7 @@ namespace OVR { namespace Util { class RecordStateReader : public NewOverrideBase { protected: - const Tracking::CombinedSharedStateUpdater* Updater; + const Vision::CombinedHmdUpdater* Updater; public: RecordStateReader() @@ -49,7 +49,7 @@ public: } // Initialize the updater - void SetUpdater(const Tracking::CombinedSharedStateUpdater *updater) + void SetUpdater(const Vision::CombinedHmdUpdater *updater) { Updater = updater; } |