From 32dc394487af8e4fb1b43fb852f1d5448eaf7f31 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 4 Sep 2014 14:32:18 -0700 Subject: Updating to windows 0.4.2 --- LibOVR/Src/Tracking/Tracking_PoseState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LibOVR/Src/Tracking/Tracking_PoseState.h') diff --git a/LibOVR/Src/Tracking/Tracking_PoseState.h b/LibOVR/Src/Tracking/Tracking_PoseState.h index c22395c..393d483 100644 --- a/LibOVR/Src/Tracking/Tracking_PoseState.h +++ b/LibOVR/Src/Tracking/Tracking_PoseState.h @@ -43,7 +43,7 @@ public: typedef typename CompatibleTypes >::Type CompatibleType; PoseState() : TimeInSeconds(0.0) { } - PoseState(Pose pose, double time) : TimeInSeconds(time), ThePose(pose) { } + PoseState(Pose pose, double time) : ThePose(pose), TimeInSeconds(time) { } // float <-> double conversion constructor. explicit PoseState(const PoseState::OtherFloatType> &src) -- cgit v1.2.3