diff options
Diffstat (limited to 'nextus/src/vectorText.h')
| -rw-r--r-- | nextus/src/vectorText.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nextus/src/vectorText.h b/nextus/src/vectorText.h index 4fac233..f6c4df4 100644 --- a/nextus/src/vectorText.h +++ b/nextus/src/vectorText.h @@ -241,7 +241,7 @@ public: shape.lineTo(ofToFloat(splitGlyphPath[i+1]), ofToFloat(splitGlyphPath[i+2])); } } - if (shape.size()) shapes.push_back(shape); + if (shape.size()) shapes.push_back(shape); return glyph(c,charWidth,shapes,col); } void addGlyph(char g,bool usePalette=false){ |
