From e54146c48bf46f41f973cdc2b5496567e921d5d7 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 18 Mar 2012 09:33:17 +0100 Subject: Fix regression, adapt to GlueGen PropertyAccess changes, commit f4ac27e177f6deb444280d3b375e7d343e38bd08 --- src/java/jogamp/openal/Debug.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/java') diff --git a/src/java/jogamp/openal/Debug.java b/src/java/jogamp/openal/Debug.java index e157f00..36d2ecd 100644 --- a/src/java/jogamp/openal/Debug.java +++ b/src/java/jogamp/openal/Debug.java @@ -55,6 +55,10 @@ public class Debug extends PropertyAccess { debugAll = isPropertyDefined("joal.debug", true); } + public static final boolean isPropertyDefined(final String property, final boolean jnlpAlias) { + return PropertyAccess.isPropertyDefined(property, jnlpAlias, null); + } + public static boolean verbose() { return verbose; } -- cgit v1.2.3