summaryrefslogtreecommitdiff
path: root/examples/resources/lib/vector2.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/resources/lib/vector2.lua')
-rw-r--r--examples/resources/lib/vector2.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/resources/lib/vector2.lua b/examples/resources/lib/vector2.lua
index 8616a51..8739ced 100644
--- a/examples/resources/lib/vector2.lua
+++ b/examples/resources/lib/vector2.lua
@@ -34,7 +34,7 @@ local metatable = {
return 2
end,
__eq = function( v1, v2 )
- return RL.Vector2Equals( v1, v2 ) == 1
+ return RL.Vector2Equals( v1, v2 )
end,
__concat = function( a, b )
return tostring( a )..tostring( b )