diff options
Diffstat (limited to 'src/being/actor.h')
-rw-r--r-- | src/being/actor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/actor.h b/src/being/actor.h index 3e004c419..875d162bb 100644 --- a/src/being/actor.h +++ b/src/being/actor.h @@ -76,7 +76,7 @@ class Actor notfinal /** * Sets the pixel position of this actor. */ - virtual void setPosition(const Vector &pos) + virtual void setPosition(const Vector &restrict pos) restrict2 { mPos = pos; } /** |