aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake/cg-common-CustomJavaCode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/cg-common-CustomJavaCode.java b/make/cg-common-CustomJavaCode.java
index 63afdb65d..1f109d9f6 100755
--- a/make/cg-common-CustomJavaCode.java
+++ b/make/cg-common-CustomJavaCode.java
@@ -1,5 +1,5 @@
static {
- NativeLibLoader.loadCgImpl();
+ com.sun.opengl.impl.NativeLibLoader.loadCgImpl();
}
/** A convenience method which reads all available data from the InputStream and then calls cgCreateProgram. */