aboutsummaryrefslogtreecommitdiffstats
path: root/src/demos
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-04 20:30:41 +0100
committerSven Gothel <[email protected]>2019-12-04 20:30:41 +0100
commit4665875ac4689885da3b4a4c45cde7c6886322e3 (patch)
tree8949ca41d8a7605cbfdaa370ec7c93dcff45c40c /src/demos
parent54d34cb749dd877fffcbb2d33cc3707763b94b7e (diff)
Bug 1406, Bug 1405: demos.Launcher0: No sleep w/o animator. VSYNC setting rules (launch script w/ key tracker)
Diffstat (limited to 'src/demos')
-rw-r--r--src/demos/com/jogamp/opengl/demos/Launcher0.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/demos/com/jogamp/opengl/demos/Launcher0.java b/src/demos/com/jogamp/opengl/demos/Launcher0.java
index cbd49fac8..a9fb104c7 100644
--- a/src/demos/com/jogamp/opengl/demos/Launcher0.java
+++ b/src/demos/com/jogamp/opengl/demos/Launcher0.java
@@ -262,7 +262,6 @@ public class Launcher0 {
long t1 = t0;
while(!newtDemoListener.shouldQuit() && t1-t0<duration) {
if(!useAnimator) {
- Thread.sleep(15); // little less than 60hz 16.67ms
glWindow.display();
} else {
Thread.sleep(100);