diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-05-14 19:00:08 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-05-14 19:00:08 +0100 |
| commit | dbf9692b03ac2485f771993184222f7170e71cf2 (patch) | |
| tree | 9a17e44304856b5daa9d91172eb40f6e1783b1da /gaunt01/src/player.cpp | |
| parent | e333ec0659a74899fbd75c5ed490089d0fd7d244 (diff) | |
working on background segmentation
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 +} |
