summaryrefslogtreecommitdiffstats
path: root/src/demos/texture/TextureConvert.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/texture/TextureConvert.java')
-rwxr-xr-xsrc/demos/texture/TextureConvert.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/texture/TextureConvert.java b/src/demos/texture/TextureConvert.java
index 03c7357..7cf6993 100755
--- a/src/demos/texture/TextureConvert.java
+++ b/src/demos/texture/TextureConvert.java
@@ -75,7 +75,7 @@ public class TextureConvert {
caps.setDoubleBuffered(false);
// Make a pbuffer to get an offscreen context
- if (!GLDrawableFactory.getFactory(glp).canCreateGLPbuffer()) {
+ if (!GLDrawableFactory.getFactory(glp).canCreateGLPbuffer(null)) {
System.out.println("Pbuffer support not available (required to run this demo)");
System.exit(1);
}