diff options
Diffstat (limited to 'gaunt01/src/player.cpp')
| -rw-r--r-- | gaunt01/src/player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gaunt01/src/player.cpp b/gaunt01/src/player.cpp index efcdd0a..c81881a 100644 --- a/gaunt01/src/player.cpp +++ b/gaunt01/src/player.cpp @@ -59,4 +59,4 @@ void player::caught(){ void player::setCatchTransform(ofVec3f _catchPos,ofVec3f _catchScale){
catchPos=_catchPos;
catchScale=_catchScale;
-}
\ No newline at end of file +} |
