aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java b/make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java
index 816974191..d6496ba52 100644
--- a/make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java
+++ b/make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java
@@ -17,10 +17,11 @@
System.err.println("Couldn't load native OVR/JNI glue library");
return null;
}
+ /** Not required nor forced
if( !initializeImpl() ) {
System.err.println("Native initialization failure of OVR/JNI glue library");
return null;
- }
+ } */
return bundle;
} } );
}