mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Removed pipeline.getState() call from start(), it hangs capture on windows
This commit is contained in:
@@ -264,7 +264,6 @@ public class Capture extends PImage implements PConstants {
|
||||
|
||||
capturing = true;
|
||||
pipeline.play();
|
||||
pipeline.getState();
|
||||
|
||||
if (init) {
|
||||
checkResIsValid();
|
||||
|
||||
Reference in New Issue
Block a user