aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/math/Vector2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/math/Vector2.h')
-rw-r--r--engines/wintermute/math/Vector2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/math/Vector2.h b/engines/wintermute/math/Vector2.h
index aa3fe5aa86..96d3a3827d 100644
--- a/engines/wintermute/math/Vector2.h
+++ b/engines/wintermute/math/Vector2.h
@@ -37,7 +37,7 @@ public:
Vector2(float x, float y);
~Vector2();
- float Length() const;
+ float length() const;
inline Vector2 &operator= (const Vector2 &other) {
x = other.x;