From 9e9d136c6090ad107cc8d5de0ca260af6e84841a Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 31 Jan 2021 15:28:14 +0100 Subject: [PATCH] ray:: was disabled in VR-less builds --- raycaster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raycaster.cpp b/raycaster.cpp index 61cc80f3..22109169 100644 --- a/raycaster.cpp +++ b/raycaster.cpp @@ -1407,7 +1407,7 @@ EX void cast() { glUniformMatrix4fv(o->uProjection, 1, 0, glhr::tmtogl_transpose3(vrhr::eyeproj).as_array()); } #else - if(1) ; + if(0) ; #endif else { transmatrix proj = Id;