diff options
Diffstat (limited to 'gaunt01/src/bird.cpp')
| -rw-r--r-- | gaunt01/src/bird.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gaunt01/src/bird.cpp b/gaunt01/src/bird.cpp index d557d82..69549e0 100644 --- a/gaunt01/src/bird.cpp +++ b/gaunt01/src/bird.cpp @@ -68,7 +68,7 @@ void bird::drawShadow(){ ofRotate(90,0,0,1); ofRotate(90,-1,0,0); ofRotate(heading+90,0,1,0); - ofSetHexColor(0x000000); + ofSetHexColor(0x303030); ofTranslate(0,(-ofGetHeight()/4)+5,0); ofScale(.15,0,.15); model.drawAnimated(); |
