summaryrefslogtreecommitdiffstats
path: root/LevelObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'LevelObject.h')
-rw-r--r--LevelObject.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/LevelObject.h b/LevelObject.h
index 005b3a9..f3360e1 100644
--- a/LevelObject.h
+++ b/LevelObject.h
@@ -27,9 +27,7 @@ class LevelObject : public Object {
virtual int getPriority() const {return 0;}
virtual void move(float x, float y) {}
- virtual void rotate(float a) {}
-
- virtual Vertex getCenter() const {return Vertex();}
+ virtual void rotate(Vertex m, float a) {}
};
#endif /*LEVELOBJECT_H_*/