diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-09-22 00:23:14 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-09-22 00:23:14 +0100 |
| commit | 22c0d9bf8339d9c6e667bafd3b12baa867f8a29b (patch) | |
| tree | 72f2302d742e2794414250d815b63bc7b8668c5d /futuregael/src/ofApp.h | |
| parent | cde8fab86a40be5d3c99bfd2d97605638647179f (diff) | |
fixed some bugs
Diffstat (limited to 'futuregael/src/ofApp.h')
| -rw-r--r-- | futuregael/src/ofApp.h | 5 |
1 files changed, 5 insertions, 0 deletions
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: |
