From c4aadd98230f3b9ab50398b715164ff874ea8a61 Mon Sep 17 00:00:00 2001 From: neoraider Date: Wed, 13 Feb 2008 21:06:01 +0000 Subject: zoomedit: Vertices are selectable now. --- PlayerStart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PlayerStart.h') diff --git a/PlayerStart.h b/PlayerStart.h index b40b49e..ed39fd2 100644 --- a/PlayerStart.h +++ b/PlayerStart.h @@ -7,7 +7,7 @@ class PlayerStart : public Vertex3d, public LevelObject { public: - virtual bool hit(const Vertex &v) const { + virtual bool hit(const Vertex &v, float scale) const { return (v.distanceSq(Vertex(getX(), getZ())) < 0.09); } -- cgit v1.2.3