diff options
Diffstat (limited to 'lasertext/src/ofApp.h')
| -rw-r--r-- | lasertext/src/ofApp.h | 2 |
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]; |
