Skip to content

Commit

Permalink
Release v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pushrax committed Mar 3, 2019
1 parent 85c6b3c commit 7f60358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenVR-SpaceCalibrator/Calibration.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct CalibrationContext
struct Chaperone
{
bool valid = false;
bool autoApply = false;
bool autoApply = true;
std::vector<vr::HmdQuad_t> geometry;
vr::HmdMatrix34_t standingCenter;
vr::HmdVector2_t playSpaceSize;
Expand Down
2 changes: 1 addition & 1 deletion OpenVR-SpaceCalibrator/UserInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <algorithm>
#include <imgui/imgui.h>

#define VERSION_STRING "0.7"
#define VERSION_STRING "0.8"

struct VRDevice
{
Expand Down

0 comments on commit 7f60358

Please sign in to comment.