Skip to content

Commit

Permalink
Change profile/sleep order in EXAMPLE.lua
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Allan <rallanpcl@gmail.com>
  • Loading branch information
LunNova committed May 29, 2013
1 parent 6a4708a commit b6b36e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXAMPLE.lua
Expand Up @@ -59,8 +59,8 @@ function profile()
end

while true do
sleep(60)
profile()
profile()
sleep(60)
end

term.restore()

0 comments on commit b6b36e9

Please sign in to comment.