Skip to content

Commit

Permalink
added alias for nequals for vec2
Browse files Browse the repository at this point in the history
  • Loading branch information
1bardesign committed Mar 27, 2024
1 parent 69142df commit aee7338
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vec2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ function vec2.nequals(a, b)
)
end

--alias
vec2.not_equals = vec2.nequals

-----------------------------------------------------------
--arithmetic
-----------------------------------------------------------
Expand Down

0 comments on commit aee7338

Please sign in to comment.