From 369946c9964c02d9c702e824292d5dd11a0af102 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 20 Apr 2023 17:29:28 +0100 Subject: text kinda works --- nextus/src/vectorText.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nextus/src/vectorText.h') 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){ -- cgit v1.2.3