working on opengl

This commit is contained in:
benfry
2004-11-09 21:48:36 +00:00
parent c855318161
commit 90496a6135
4 changed files with 34 additions and 13 deletions

View File

@@ -1507,7 +1507,7 @@ public class PGraphics extends PImage
case CONCAVE_POLYGON:
case CONVEX_POLYGON:
{
triangulate_polygon();
triangulate_polygon();
}
break;
}