From 384c5eb2dab396c0650512c6d3527abbc57adc7d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 31 Dec 2020 02:53:45 +0100 Subject: [PATCH] fixed the value shown in 'reset the reference point' --- vr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/vr.cpp b/vr.cpp index e2bae768..ce2f5e5b 100644 --- a/vr.cpp +++ b/vr.cpp @@ -1027,6 +1027,7 @@ EX void show_vr_settings() { dialog::add_action_push(models::model_menu); if(among(hsm, eHeadset::reference, eHeadset::model_viewing)) { + E4; hyperpoint h = hmd_at * inverse(hmd_ref_at) * C0; dialog::addSelItem(XLAT("reset the reference point"), state ? fts(hypot_d(3, h)) + "m" : "", 'r');