mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
should fix #2630
This commit is contained in:
@@ -167,7 +167,7 @@ public class PJOGL extends PGL {
|
||||
|
||||
/** This countdown latch is used to maintain the synchronization between
|
||||
* Processing's drawing thread and JOGL's rendering thread */
|
||||
protected CountDownLatch drawLatch;
|
||||
protected CountDownLatch drawLatch = new CountDownLatch(0);
|
||||
|
||||
/** Flag used to do request final display() call to make sure that the
|
||||
* buffers are properly swapped.
|
||||
|
||||
Reference in New Issue
Block a user