Fix PShape ellipses

This commit is contained in:
Jakub Valtar
2015-07-29 17:14:48 -04:00
parent 771d24c566
commit 937942b5ef
3 changed files with 4 additions and 8 deletions

View File

@@ -3211,9 +3211,6 @@ public class PShapeOpenGL extends PShape {
b = params[1];
c = params[2];
d = params[3];
if (params.length == 5) {
mode = (int)(params[4]);
}
}
float x = a;