From 22c0d9bf8339d9c6e667bafd3b12baa867f8a29b Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 22 Sep 2023 00:23:14 +0100 Subject: fixed some bugs --- futuregael/src/ofApp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'futuregael/src/ofApp.h') diff --git a/futuregael/src/ofApp.h b/futuregael/src/ofApp.h index 8e4b4aa..cc4d5cb 100644 --- a/futuregael/src/ofApp.h +++ b/futuregael/src/ofApp.h @@ -7,6 +7,11 @@ #include "show.h" +/* + +reduce interval between lines +*/ + class ofApp : public ofBaseApp{ public: -- cgit v1.2.3