summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/demos/fractal/MultiDeviceFractal.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-08-18 16:42:03 +0200
committerSven Gothel <[email protected]>2012-08-18 16:42:03 +0200
commit5a196a9690a6ef43e38394992ef0c3874dbc0392 (patch)
tree729e5ffc5f8f44fbeeb791c2e0adb8de4fff9872 /src/com/jogamp/opencl/demos/fractal/MultiDeviceFractal.java
parent0e6bf2a0a9b3df729d6984bdc1a857889a3c1bdf (diff)
Adapt to JOGL changes 3ab518e90eb4cf82bcb8b990d337a5e4a531136b: Removed deprecated GLProfile.initSingleton(boolean), use GLProfile.initSingleton() instead.
Diffstat (limited to 'src/com/jogamp/opencl/demos/fractal/MultiDeviceFractal.java')
-rw-r--r--src/com/jogamp/opencl/demos/fractal/MultiDeviceFractal.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/jogamp/opencl/demos/fractal/MultiDeviceFractal.java b/src/com/jogamp/opencl/demos/fractal/MultiDeviceFractal.java
index 67c4957..0cbb340 100644
--- a/src/com/jogamp/opencl/demos/fractal/MultiDeviceFractal.java
+++ b/src/com/jogamp/opencl/demos/fractal/MultiDeviceFractal.java
@@ -549,8 +549,7 @@ public class MultiDeviceFractal implements GLEventListener {
public static void main(String args[]) {
- //false for webstart compatibility
- GLProfile.initSingleton(false);
+ GLProfile.initSingleton();
SwingUtilities.invokeLater(new Runnable() {
@Override public void run() {