From c7d3cc87c56128a6f6d4fb501ae7adff4f04463f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 29 May 2021 00:12:38 +0200 Subject: [PATCH] vrhr:: fixed the 'thurston racing' option --- vr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vr.cpp b/vr.cpp index 929c1755..c3f88b9a 100644 --- a/vr.cpp +++ b/vr.cpp @@ -1241,8 +1241,8 @@ EX void show_vr_demos() { hmd_ref_at = hmd_at; hsm = eHeadset::reference; eyes = eEyes::equidistant; - pushScreen(racing::thurston_racing); popScreenAll(); + pushScreen(racing::thurston_racing); }); dialog::addItem(XLAT("raytracing in H3"), 'g');