mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
moving to endPGL() to match beginPGL()
This commit is contained in:
@@ -1528,7 +1528,7 @@ public class PGraphicsOpenGL extends PGraphics {
|
||||
}
|
||||
|
||||
|
||||
public void endGL() {
|
||||
public void endPGL() {
|
||||
restoreGLState();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user