ray:: was disabled in VR-less builds

This commit is contained in:
Zeno Rogue 2021-01-31 15:28:14 +01:00
parent a76ef1e8da
commit 9e9d136c60
1 changed files with 1 additions and 1 deletions

View File

@ -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;