diff --git a/shaders.cpp b/shaders.cpp index 5521d8fb..4d73ff49 100644 --- a/shaders.cpp +++ b/shaders.cpp @@ -538,7 +538,7 @@ void display_data::set_projection(int ed, ld shift) { glhr::projection_multiply(glhr::tmtogl_transpose(vrhr::hmd_mvp)); } #else - if(1) {} + if(0) {} #endif else { glhr::projection_multiply(glhr::frustum(current_display->tanfov, current_display->tanfov * cd->ysize / cd->xsize));