diff options
Diffstat (limited to 'make')
-rwxr-xr-x | make/cg-common-CustomJavaCode.java | 2 |
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. */ |