diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/being/castingeffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/castingeffect.h b/src/being/castingeffect.h index c12305b47..846743746 100644 --- a/src/being/castingeffect.h +++ b/src/being/castingeffect.h @@ -53,7 +53,7 @@ class CastingEffect final : public Actor const int offsetX, const int offsetY) const override final A_NONNULL(2); - virtual int getSortPixelY() const restrict2 override A_WARN_UNUSED + int getSortPixelY() const restrict2 override A_WARN_UNUSED { return mPixelY - mYDiff; } void update(const int time); |