forgot one last function

This commit is contained in:
Lux Aliaga 2021-05-07 04:03:42 -04:00
parent 94d6224e0a
commit 9e707c8590
1 changed files with 1 additions and 3 deletions

View File

@ -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