summaryrefslogtreecommitdiff
path: root/lasertext/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <redfernt@gmail.com>2023-08-17 23:06:47 +0100
committerTim Redfern <redfernt@gmail.com>2023-08-17 23:06:47 +0100
commitae1a7a509b9c5f08636b449f5de3ffede4ae954a (patch)
treed02ec3473c8d1e9beadbbf3cc1687acbe3d6ff22 /lasertext/src/ofApp.h
parentf302aab99b8455f98704924e93842f9623523916 (diff)
ready for multi stars
Diffstat (limited to 'lasertext/src/ofApp.h')
-rw-r--r--lasertext/src/ofApp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lasertext/src/ofApp.h b/lasertext/src/ofApp.h
index 052d565..bd92da1 100644
--- a/lasertext/src/ofApp.h
+++ b/lasertext/src/ofApp.h
@@ -179,6 +179,8 @@ class ofApp : public ofBaseApp{
ofxXmlSettings XML;
+ //vector<starSystem> stars;
+
starSystem stars;
glm::vec2 warpframe[4];