diff options
Diffstat (limited to 'src/particle.h')
-rw-r--r-- | src/particle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particle.h b/src/particle.h index c360a5e94..7220ad258 100644 --- a/src/particle.h +++ b/src/particle.h @@ -111,7 +111,7 @@ class Particle : public Actor * Necessary for sorting with the other sprites. */ virtual int getPixelY() const - { return static_cast<int>(mPos.y) - 64; } + { return static_cast<int>(mPos.y) - 16; } /** * Creates a blank particle as a child of the current particle |