mirror of
https://github.com/processing/processing4.git
synced 2026-05-03 09:26:25 +02:00
Using glFinish() instead of glFlush() at PGL.endDraw()
This commit is contained in:
@@ -957,7 +957,8 @@ public class PGL extends processing.opengl.PGL {
|
||||
frontTex = backTex;
|
||||
backTex = temp;
|
||||
}
|
||||
flush();
|
||||
// flush();
|
||||
finish();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user