updated increment.cosmo example

This commit is contained in:
CPunch 2021-01-08 23:07:44 -06:00
parent 75b571c09a
commit aaa37c61d0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
proto Vector
function __init(self)
self.vector = {}
self.vector = []
self.x = 0
end