summaryrefslogtreecommitdiff
path: root/src/particle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particle.h')
-rw-r--r--src/particle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particle.h b/src/particle.h
index bb8b17fe..a09648ee 100644
--- a/src/particle.h
+++ b/src/particle.h
@@ -95,7 +95,7 @@ class Particle : public Actor
/**
* Necessary for sorting with the other sprites.
*/
- virtual int getPixelY() const
+ virtual int getDrawPixelY() const
{ return (int) (mPos.y + mPos.z) - 64; }
/**