aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/graphics/transform_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/graphics/transform_tools.h')
-rw-r--r--engines/wintermute/graphics/transform_tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/graphics/transform_tools.h b/engines/wintermute/graphics/transform_tools.h
index c92b81fd11..9a73e3b69f 100644
--- a/engines/wintermute/graphics/transform_tools.h
+++ b/engines/wintermute/graphics/transform_tools.h
@@ -34,7 +34,7 @@ public:
/**
* Basic transform (scale + rotate) for a single point
*/
- static FloatPoint transformPoint(const FloatPoint &point, const float rotate, const Point32 &zoom, const bool mirrorX = false, const bool mirrorY = false);
+ static FloatPoint transformPoint(FloatPoint point, const float rotate, const Point32 &zoom, const bool mirrorX = false, const bool mirrorY = false);
/**
* @param &point the point on which the transform is to be applied