diff options
Diffstat (limited to 'examples/resources/lib/vector2.lua')
| -rw-r--r-- | examples/resources/lib/vector2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/resources/lib/vector2.lua b/examples/resources/lib/vector2.lua index afb5fda..15934fb 100644 --- a/examples/resources/lib/vector2.lua +++ b/examples/resources/lib/vector2.lua @@ -3,7 +3,7 @@ if table.unpack == nil then table.unpack = unpack end -Vector2 = {} +local Vector2 = {} Vector2.meta = { __index = Vector2, __tostring = function( v ) |
