added flush to beginPGL()

This commit is contained in:
codeanticode
2012-06-22 15:16:54 +00:00
parent 7e39482aff
commit 4571c14256
2 changed files with 2 additions and 0 deletions

View File

@@ -1693,6 +1693,7 @@ public class PGraphicsOpenGL extends PGraphics {
public PGL beginPGL() {
flush();
return pgl;
}