summaryrefslogtreecommitdiff
path: root/nextus/src/vectorText.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2023-04-20 17:29:28 +0100
committerTim Redfern <tim@getdrop.com>2023-04-20 17:29:28 +0100
commit369946c9964c02d9c702e824292d5dd11a0af102 (patch)
tree8f8cd56ae269dd3d7706785c5746e33365d4424a /nextus/src/vectorText.h
parent38c20e41403c3d081e41fe31a79e3a4396c72aac (diff)
text kinda works
Diffstat (limited to 'nextus/src/vectorText.h')
-rw-r--r--nextus/src/vectorText.h2
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){