From 4d2fda8f0807957b9fbcf77656aa361c5954db9f Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 18 Aug 2023 17:02:19 +0100 Subject: override works --- lasertext/src/vectortext.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lasertext/src/vectortext.h') diff --git a/lasertext/src/vectortext.h b/lasertext/src/vectortext.h index 69ea98c..6fa8acc 100644 --- a/lasertext/src/vectortext.h +++ b/lasertext/src/vectortext.h @@ -213,8 +213,14 @@ public: } } void clear(){words.clear();} + bool firstPass(){ + if(!words.size()) return false; + return playhead