summaryrefslogtreecommitdiff
path: root/examples/resources/lib/vector3.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/resources/lib/vector3.lua')
-rw-r--r--examples/resources/lib/vector3.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/resources/lib/vector3.lua b/examples/resources/lib/vector3.lua
index 3706017..bfecb07 100644
--- a/examples/resources/lib/vector3.lua
+++ b/examples/resources/lib/vector3.lua
@@ -36,7 +36,7 @@ local metatable = {
return 3
end,
__eq = function( v1, v2 )
- return RL.Vector3Equals( v1, v2 ) == 1
+ return RL.Vector3Equals( v1, v2 )
end,
__concat = function( a, b )
return tostring( a )..tostring( b )