summaryrefslogtreecommitdiff
path: root/gaunt01/src/bird.h
diff options
context:
space:
mode:
Diffstat (limited to 'gaunt01/src/bird.h')
-rw-r--r--gaunt01/src/bird.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gaunt01/src/bird.h b/gaunt01/src/bird.h
index 1bc99c5..f413911 100644
--- a/gaunt01/src/bird.h
+++ b/gaunt01/src/bird.h
@@ -92,9 +92,9 @@ class bird
ofVec3f direction;
- float velocity; //per second
+ float velocity; //per second relative to ofGetHeight()
float turnRate; //per second
- float diveRate; //per second
+ float diveRate; //per second relative to ofGetHeight()
float lastTime;