diff --git a/Controller/wheatController.lua b/Controller/wheatController.lua index 6091989..999b9e4 100644 --- a/Controller/wheatController.lua +++ b/Controller/wheatController.lua @@ -38,6 +38,7 @@ function toMatrix(str) end end end + matrix[#matrix+1] = toMatrix(str:sub(lastC + 1, len)) return matrix end