minibug
lua looks at 'dots' as '/' so they were changed to ','
This commit is contained in:
parent
091cd90a0d
commit
bf011646f7
5
test.lua
5
test.lua
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user