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 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 )