summaryrefslogtreecommitdiffstats
path: root/sigscript/MapWarpWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/MapWarpWrapper.cpp')
-rw-r--r--sigscript/MapWarpWrapper.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/sigscript/MapWarpWrapper.cpp b/sigscript/MapWarpWrapper.cpp
index ef79e0fb..6a644457 100644
--- a/sigscript/MapWarpWrapper.cpp
+++ b/sigscript/MapWarpWrapper.cpp
@@ -45,6 +45,11 @@ QString MapWarpWrapper::name() const
return m_warp->name();
}
+QPoint MapWarpWrapper::position() const
+{
+ return m_warp->position();
+}
+
QPainterPath MapWarpWrapper::area() const
{
return m_warp->area();