Update 'Controller/CropController.lua'

This commit is contained in:
manuel 2023-01-14 10:03:02 +00:00
parent 0f4164e4ec
commit 6b831c18ef

View File

@ -189,8 +189,10 @@ end
function CropController:refreshDisplay()
term.clear()
term.setTextColour(colours.white)
self:displayTitle(1,1)
self:displayMatrix(1,3)
term.setTextColour(colours.white)
local matrixHeight = #self.matrix
self:displayStats(1, matrixHeight + 3)
end