yet one more CAP_VR guard

This commit is contained in:
Zeno Rogue 2021-02-07 22:52:37 +01:00
parent 7bf88916fd
commit 040310eec4
1 changed files with 2 additions and 0 deletions

View File

@ -78,8 +78,10 @@ EX bool is_stepbased() {
ld& maxstep_current() {
if(sn::in() || stretch::in()) return maxstep_sol;
#if CAP_VR
if(vrhr::active() && vrhr::eyes == vrhr::eEyes::equidistant)
return maxstep_pro;
#endif
return maxstep_nil;
}