oculus1
diff src/vr.cc @ 8:3265970a7315
added xcode project
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 18 Sep 2013 22:15:04 +0300 |
parents | 681046a82ed2 |
children | d797639e0234 |
line diff
1.1 --- a/src/vr.cc Wed Sep 18 17:26:38 2013 +0300 1.2 +++ b/src/vr.cc Wed Sep 18 22:15:04 2013 +0300 1.3 @@ -21,7 +21,7 @@ 1.4 1.5 static bool init_ovr() 1.6 { 1.7 - LogMaskConstants log_level; 1.8 + LogMaskConstants log_level = LogMask_All; 1.9 // initialize Oculus SDK 1.10 const char *logenv = getenv("VR_LOGLEVEL"); 1.11 if(logenv) {