From 097ef639a433f5d87d675ee7551a1640788031bd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 5 Mar 2016 01:35:02 +0300 Subject: Rename actor functions getPosition and setPosition. --- src/being/actor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/being/actor.h') diff --git a/src/being/actor.h b/src/being/actor.h index 875d162bb..0b83e46be 100644 --- a/src/being/actor.h +++ b/src/being/actor.h @@ -70,13 +70,13 @@ class Actor notfinal /** * Returns the pixel position of this actor. */ - const Vector &getPosition() const A_WARN_UNUSED + const Vector &getPixelPositionF() const A_WARN_UNUSED { return mPos; } /** * Sets the pixel position of this actor. */ - virtual void setPosition(const Vector &restrict pos) restrict2 + virtual void setPixelPositionF(const Vector &restrict pos) restrict2 { mPos = pos; } /** -- cgit v1.2.3-70-g09d2