From 9e707c8590cfd1c6d0407c9f93645e1bfbf03e47 Mon Sep 17 00:00:00 2001 From: mint Date: Fri, 7 May 2021 04:03:42 -0400 Subject: [PATCH] forgot one last function --- rhythmblock.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rhythmblock.lua b/rhythmblock.lua index f9c624b..e7d7928 100644 --- a/rhythmblock.lua +++ b/rhythmblock.lua @@ -137,9 +137,7 @@ end term.clear() term.setBackgroundColor(backgroundColor) -- Setting the background color -renderPlayButton() -- Rendering the play button -renderEjectButton() -- Rendering the eject button -renderCloseButton() -- Rendering the close button +buttonRender(false) status = defaultStatus -- Setting the value to the default while true do