diff options
author | neoraider <devnull@localhost> | 2008-02-13 22:06:01 +0100 |
---|---|---|
committer | neoraider <devnull@localhost> | 2008-02-13 22:06:01 +0100 |
commit | c4aadd98230f3b9ab50398b715164ff874ea8a61 (patch) | |
tree | 8b6fcaf48fb0a7eb9af6fd1483659ab4d6e5c000 /EditManager.h | |
parent | 16397f4474fbbe5f140a5e68b3bb6934170bf2e3 (diff) | |
download | zoomedit-c4aadd98230f3b9ab50398b715164ff874ea8a61.tar zoomedit-c4aadd98230f3b9ab50398b715164ff874ea8a61.zip |
zoomedit: Vertices are selectable now.
Diffstat (limited to 'EditManager.h')
-rw-r--r-- | EditManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EditManager.h b/EditManager.h index bd33c9d..c3bc03d 100644 --- a/EditManager.h +++ b/EditManager.h @@ -56,7 +56,7 @@ class EditManager { bool addRoom(const Room &room); const Vertex* getHoveredVertex() const; - void setHoveredVertex(const Vertex *v); + void setHoveredVertex(const Vertex *v, float scale); bool vertexOk(const Vertex &v, const Room *newRoom = NULL) const; bool polygonOk(const Polygon &polygon) const; |