Skip to content

Commit febd324

Browse files
committed
fixed dll loads under win32
1 parent f2d9ffd commit febd324

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Binary file not shown.

src/p5_src/SimpleOculusRift.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@ else if(archStr.indexOf("64") >= 0)
5656
nativLibPath = getLibraryPathWin() + "/SimpleOculusRift/library/";
5757
nativDepLibPath = nativLibPath + "win64/";
5858
}
59-
// load dependencies
60-
System.load(nativDepLibPath + "OpenNI2.dll");
61-
System.load(nativDepLibPath + "NiTE2.dll");
62-
}
59+
60+
}
6361
else if(sysStr.indexOf("nix") >= 0 || sysStr.indexOf("linux") >= 0 )
6462
{ // unix
6563
nativLibPath = "/SimpleOculusRift/library/linux";

0 commit comments

Comments
 (0)