Bugfix
This commit is contained in:
parent
5e6d7f40a4
commit
958525c20e
@ -90,7 +90,7 @@ function ensure.integer(obj)
|
||||
end
|
||||
|
||||
function ensure.texture(obj)
|
||||
return ensure.string(obj):match("^[^%[]+")
|
||||
return ensure.string(obj):match("^[^%[]*")
|
||||
end
|
||||
|
||||
function ensure.list(items)
|
||||
|
Loading…
Reference in New Issue
Block a user