summaryrefslogtreecommitdiffstats
path: root/src/demos/multisample
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-06-10 06:14:44 +0200
committerSven Gothel <[email protected]>2010-06-10 06:14:44 +0200
commit348c43a12199e71017767930b0b42d939db47312 (patch)
tree502a113716308414e1345413dd35072a4b66459f /src/demos/multisample
parent7bf502292901259eef302ef23b5c558b80f6b3f8 (diff)
Adding GLProfile.initSingleton() call, ensuring [multithreading] intitialization can be done in time
Diffstat (limited to 'src/demos/multisample')
-rwxr-xr-xsrc/demos/multisample/Multisample.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/demos/multisample/Multisample.java b/src/demos/multisample/Multisample.java
index 1c3c9ab..8e7facf 100755
--- a/src/demos/multisample/Multisample.java
+++ b/src/demos/multisample/Multisample.java
@@ -45,6 +45,9 @@ import javax.media.opengl.*;
import javax.media.opengl.awt.GLCanvas;
public class Multisample {
+ static {
+ GLProfile.initSingleton();
+ }
private GLCanvas canvas;
// Simple class to warn if results are not going to be as expected