oculus2
changeset 26:a7a3f89def42 tip
... see previous commit
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 11 Apr 2015 03:53:21 +0300 |
parents | 0c7d02c58e4e |
children | |
files | src/main.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line diff
1.1 --- a/src/main.c Sat Apr 11 03:52:51 2015 +0300 1.2 +++ b/src/main.c Sat Apr 11 03:53:21 2015 +0300 1.3 @@ -186,9 +186,6 @@ 1.4 fprintf(stderr, "failed to configure distortion renderer\n"); 1.5 } 1.6 1.7 - /* disable the retarded "health and safety warning" */ 1.8 - /*ovrhmd_EnableHSWDisplaySDKRender(hmd, 0);*/ 1.9 - 1.10 glEnable(GL_DEPTH_TEST); 1.11 glEnable(GL_CULL_FACE); 1.12 glEnable(GL_LIGHTING);