mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
ray:: was disabled in VR-less builds
This commit is contained in:
parent
a76ef1e8da
commit
9e9d136c60
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user