working on opengl

This commit is contained in:
benfry
2004-11-09 21:48:36 +00:00
parent d604208cc0
commit e3454842ac
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;
}