mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
removed assignment in PSurfaceJOGL
This commit is contained in:
@@ -234,7 +234,6 @@ public class PSurfaceJOGL implements PSurface {
|
||||
caps.setNumSamples(PGL.smoothToSamples(graphics.smooth));
|
||||
caps.setBackgroundOpaque(true);
|
||||
caps.setOnscreen(true);
|
||||
pgl.capabilities = caps;
|
||||
pgl.setCaps(caps);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user