summaryrefslogtreecommitdiff
path: root/06_performance/src/testApp.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-06-28 23:32:10 +0100
committerComment <tim@gray.(none)>2013-06-28 23:32:10 +0100
commit1a7e15a63d78a6351028d977b90052f6b0d6bf7d (patch)
tree8345507e9c4dd871cd08eb884fe8b9fe2816137d /06_performance/src/testApp.h
parentfd8dc2aa23c4bbc297e835e4f920aaf5342aba5e (diff)
first performance version
Diffstat (limited to '06_performance/src/testApp.h')
-rw-r--r--06_performance/src/testApp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/06_performance/src/testApp.h b/06_performance/src/testApp.h
index 5174e29..aec2a73 100644
--- a/06_performance/src/testApp.h
+++ b/06_performance/src/testApp.h
@@ -159,6 +159,7 @@ class testApp : public ofBaseApp, public ofxMidiListener{
float F_particleAmount;
float F_particleLife;
+ float F_particleSize;
float F_particleX;
float F_particleY;
float F_particleZ;