summaryrefslogtreecommitdiff
path: root/nextus/src/vectorText.h
diff options
context:
space:
mode:
authorTim Redfern <redfernt@gmail.com>2023-04-19 20:16:23 +0100
committerTim Redfern <redfernt@gmail.com>2023-04-19 20:16:23 +0100
commitcfd0496ac0ee9120c4bcb6a19ee6dcb2071ebc85 (patch)
treea7dc4768ae223341063b24f256449fd6cd1d8169 /nextus/src/vectorText.h
parent192b6d22d5c523aebc7210b21846aeb4b74b2307 (diff)
2 key texts
Diffstat (limited to 'nextus/src/vectorText.h')
-rw-r--r--nextus/src/vectorText.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nextus/src/vectorText.h b/nextus/src/vectorText.h
index 4625989..bc74ddc 100644
--- a/nextus/src/vectorText.h
+++ b/nextus/src/vectorText.h
@@ -317,9 +317,9 @@ public:
vector<colourPolyline>& getOutlines(float s=1.0f,int style=STYLE_SENTENCE,float x=0,float y=0,bool anim=false,bool reverse=false, float vert_spread=0.0f, bool use_beat=false, float beat_duration=0.0f){
outlines.clear();
- if (beat_duration>segment){ //I don't think this is what segment is
- return outlines;
- }
+ //if (beat_duration>segment){ //I don't think this is what segment is
+ // return outlines;
+ //}
switch (style){
case STYLE_SENTENCE:{
float p=((-width())/2);