Merge branch 'master' of git://github.com/vrld/Quickie.git
This commit is contained in:
commit
d51babb366
9 changed files with 12 additions and 31 deletions
|
@ -1,4 +1,4 @@
|
|||
local core = require((...):match("^(.+)%.[^%.]+") .. '.core')
|
||||
local core = require((...):match("(.-)[^%.]+$") .. 'core')
|
||||
|
||||
return function(info, x,y,w,h, draw)
|
||||
assert(type(info) == 'table' and info.value, "Incomplete slider value info")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue