summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/cg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-04-03 01:02:27 +0200
committerSven Gothel <[email protected]>2019-04-03 01:02:27 +0200
commit1fe5a5dc1b164789253406286a05d1332b9467b9 (patch)
tree690f3e18bc81b4ae4f8be9350389c8d17fc44c9d /src/jogl/classes/com/jogamp/opengl/cg
parent31869130c3580a1a1c9e2f57e48d5712a3eebda1 (diff)
Bug 1367: Adapt to TempFileCache & TempJarCache Changes
Diffstat (limited to 'src/jogl/classes/com/jogamp/opengl/cg')
-rw-r--r--src/jogl/classes/com/jogamp/opengl/cg/CgDynamicLibraryBundleInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/cg/CgDynamicLibraryBundleInfo.java b/src/jogl/classes/com/jogamp/opengl/cg/CgDynamicLibraryBundleInfo.java
index d3f4c002d..5e6338b5c 100644
--- a/src/jogl/classes/com/jogamp/opengl/cg/CgDynamicLibraryBundleInfo.java
+++ b/src/jogl/classes/com/jogamp/opengl/cg/CgDynamicLibraryBundleInfo.java
@@ -47,7 +47,7 @@ public final class CgDynamicLibraryBundleInfo implements DynamicLibraryBundleInf
public Object run() {
Platform.initSingleton();
- if(TempJarCache.isInitialized()) {
+ if( TempJarCache.isInitialized(true) ) {
// only: jogl-cg.jar -> jogl-cg-natives-<os.and.arch>.jar [atomic JAR files only]
JNILibLoaderBase.addNativeJarLibs(new Class<?>[] { jogamp.opengl.cg.CgPackagePlaceholder.class }, null);
}