lua looks at 'dots' as '/' so they were changed to ','
This commit is contained in:
Ryan 2017-06-20 23:43:08 -04:00
parent 091cd90a0d
commit bf011646f7
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
package.path="?/init.lua;"..package.path
require("multi.all")
multi:benchMark(3,nil,"Results: ")
require("multi.compat.backwards[1,5,0]")
multi:newLoop(function(dt,self)
print(dt)
end)
multi:mainloop() -- start the main runner