diff options
author | Julien Gouesse <[email protected]> | 2013-01-22 20:01:11 +0100 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2013-01-22 20:01:11 +0100 |
commit | 93b7d31ac510a4505ded145e95c6d3fadd21f651 (patch) | |
tree | 24ee35d34ecbe154dcccd5ddeac235687f7dc87f /ardor3d-jogl | |
parent | 5697de4230fc194b1c814e00c39edd70c55b941b (diff) |
Does not use the ECT yet
Diffstat (limited to 'ardor3d-jogl')
-rw-r--r-- | ardor3d-jogl/src/main/java/com/ardor3d/framework/jogl/JoglInitializerRunnable.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ardor3d-jogl/src/main/java/com/ardor3d/framework/jogl/JoglInitializerRunnable.java b/ardor3d-jogl/src/main/java/com/ardor3d/framework/jogl/JoglInitializerRunnable.java index f5c4f28..2a93f38 100644 --- a/ardor3d-jogl/src/main/java/com/ardor3d/framework/jogl/JoglInitializerRunnable.java +++ b/ardor3d-jogl/src/main/java/com/ardor3d/framework/jogl/JoglInitializerRunnable.java @@ -25,7 +25,6 @@ public class JoglInitializerRunnable implements Runnable { @Override public void run() { - _joglAwtCanvas.setExclusiveContextThread(Thread.currentThread()); // Make the window visible to realize the OpenGL surface. _joglAwtCanvas.setVisible(true); // Force the realization |