1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 03:09:59 +00:00

vrhr:: fixed the 'thurston racing' option

This commit is contained in:
Zeno Rogue 2021-05-29 00:12:38 +02:00
parent 176f6a542c
commit c7d3cc87c5

2
vr.cpp
View File

@ -1241,8 +1241,8 @@ EX void show_vr_demos() {
hmd_ref_at = hmd_at; hmd_ref_at = hmd_at;
hsm = eHeadset::reference; hsm = eHeadset::reference;
eyes = eEyes::equidistant; eyes = eEyes::equidistant;
pushScreen(racing::thurston_racing);
popScreenAll(); popScreenAll();
pushScreen(racing::thurston_racing);
}); });
dialog::addItem(XLAT("raytracing in H3"), 'g'); dialog::addItem(XLAT("raytracing in H3"), 'g');