diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-03-21 21:00:50 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-03-21 21:00:50 -0500 |
commit | 265af929eecba3acf3258e6684f9f9b2f7cc1443 (patch) | |
tree | e5e728196f03019ec8f44b92c72534df2f3f70c0 /src/challengeStar.cpp | |
parent | 0dc4aae6128eb16acef1b6faeabcb546762ebe36 (diff) | |
download | kamek-265af929eecba3acf3258e6684f9f9b2f7cc1443.tar.gz kamek-265af929eecba3acf3258e6684f9f9b2f7cc1443.zip |
Giving up on this approach, going to try something else later
Diffstat (limited to 'src/challengeStar.cpp')
-rw-r--r-- | src/challengeStar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/challengeStar.cpp b/src/challengeStar.cpp index ae73851..1f9c91a 100644 --- a/src/challengeStar.cpp +++ b/src/challengeStar.cpp @@ -103,7 +103,7 @@ int dChallengeStar::onCreate() { this->scale.y = 0.70; this->scale.z = 0.70; - this->pos.x = 8.0; + this->pos.x += 8.0; this->pos.y -= 14.0; this->pos.z = 3300.0; |