moving to endPGL() to match beginPGL()

This commit is contained in:
benfry
2012-02-14 20:00:31 +00:00
parent 7d8ecca2d6
commit 87dab6e34a
@@ -1528,7 +1528,7 @@ public class PGraphicsOpenGL extends PGraphics {
}
public void endGL() {
public void endPGL() {
restoreGLState();
}