Update 'Controller/CropController.lua'

This commit is contained in:
manuel 2023-01-12 08:09:16 +00:00
parent b4fb543f13
commit c84ad1853f

View File

@ -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