diff --git a/raycaster.cpp b/raycaster.cpp index 8c8eaa9d..f0b7af04 100644 --- a/raycaster.cpp +++ b/raycaster.cpp @@ -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; }