From 5c59ea6a5797bb44a46846008ddc235c8a5537af Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 20 Sep 2023 08:35:26 +0100 Subject: basic playback --- futuregael/src/vectortext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'futuregael/src/vectortext.h') diff --git a/futuregael/src/vectortext.h b/futuregael/src/vectortext.h index 0f79e58..e5adbdb 100644 --- a/futuregael/src/vectortext.h +++ b/futuregael/src/vectortext.h @@ -46,10 +46,10 @@ public: }; class SVGFont{ +public: ofXml svg; float enspace; bool bisLoaded; -public: bool isLoaded() { return bisLoaded; } -- cgit v1.2.3