Update 'Controller/CropController.lua'
This commit is contained in:
parent
b4fb543f13
commit
c84ad1853f
@ -38,7 +38,7 @@ function CropController:toMatrix(str)
|
||||
end
|
||||
end
|
||||
end
|
||||
matrix[#matrix+1] = toMatrix(str:sub(lastC + 1, len))
|
||||
matrix[#matrix+1] = self:toMatrix(str:sub(lastC + 1, len))
|
||||
return matrix
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user