Update 'Controller/CropController.lua'

This commit is contained in:
manuel 2023-01-14 10:02:17 +00:00
parent 748576643f
commit 0f4164e4ec

View File

@ -192,5 +192,5 @@ function CropController:refreshDisplay()
self:displayTitle(1,1)
self:displayMatrix(1,3)
local matrixHeight = #self.matrix
self:displayMatrix(1, matrixHeight + 3)
self:displayStats(1, matrixHeight + 3)
end