text working in gl but buggy

This commit is contained in:
benfry
2004-12-13 03:21:16 +00:00
parent 0f5d820235
commit b5bb0a1155
4 changed files with 10 additions and 1 deletions

View File

@@ -1187,6 +1187,7 @@ public class PGraphics extends PImage implements PMethods, PConstants {
lines[lineCount][INDEX] = -1;
lines[lineCount][STROKE_MODE] = strokeCap | strokeJoin;
lines[lineCount][STROKE_WEIGHT] = (int) (strokeWeight + 0.5f); // hmm
lineCount++;
// mark this piece as being part of the current path