diff options
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; |