summaryrefslogtreecommitdiffstats
path: root/LevelObject.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-02-15 20:10:04 +0100
committerneoraider <devnull@localhost>2008-02-15 20:10:04 +0100
commit0ea1d388651217697d49029820b02b4f002f1ac0 (patch)
tree67f826d2b91f406606cdb1da04d7f25db96ef4ed /LevelObject.h
parent80b4f14530426d21c7ea26b7976a728f5b36c294 (diff)
downloadzoomedit-0ea1d388651217697d49029820b02b4f002f1ac0.tar
zoomedit-0ea1d388651217697d49029820b02b4f002f1ac0.zip
zoomedit: Made rotation tool much nicer ;-)
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_*/