diff options
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; |