mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
added flush to beginPGL()
This commit is contained in:
@@ -1693,6 +1693,7 @@ public class PGraphicsOpenGL extends PGraphics {
|
||||
|
||||
|
||||
public PGL beginPGL() {
|
||||
flush();
|
||||
return pgl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user