summaryrefslogtreecommitdiffstats
path: root/Portal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Portal.h')
-rw-r--r--Portal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Portal.h b/Portal.h
index 6acd1f3..8cb91c9 100644
--- a/Portal.h
+++ b/Portal.h
@@ -76,7 +76,7 @@ class Portal : public LevelObject, public VertexProvider {
return children;
}
- virtual bool hit(const Vertex &v, float scale) const {return createPolygon().contains(v);}
+ virtual bool hit(const Vertex &v) const {return createPolygon().contains(v);}
virtual int getPriority() const {return 1;}
virtual const char* getType() const {