mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
minibug
lua looks at 'dots' as '/' so they were changed to ','
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
package.path="?/init.lua;"..package.path
|
package.path="?/init.lua;"..package.path
|
||||||
require("multi.all")
|
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
|
multi:mainloop() -- start the main runner
|
||||||
|
|||||||
Reference in New Issue
Block a user