aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/vector.h')
-rw-r--r--NorthstarDLL/vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/vector.h b/NorthstarDLL/vector.h
index 122fd211..c06e0bba 100644
--- a/NorthstarDLL/vector.h
+++ b/NorthstarDLL/vector.h
@@ -26,7 +26,7 @@ union Vector3
}
// todo: more operators maybe
- bool operator==(const Vector3& other)
+ bool operator==(const Vector3& other)
{
return x == other.x && y == other.y && z == other.z;
}