diff --git a/Controller/CropController.lua b/Controller/CropController.lua index 5781662..0c96934 100644 --- a/Controller/CropController.lua +++ b/Controller/CropController.lua @@ -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 \ No newline at end of file