From b047734d5f9273fca881ca3730e2ce585ea7d954 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sun, 18 Jun 2017 22:45:22 -0400 Subject: [PATCH] Fixed a typo in one of the examples --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5ec9d89..5152129 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,6 @@ multi:benchMark(3,nil,"Regular Bench: "):OnBench(function() -- the onbench() all multi:benchMark(3,multi.Priority_Below_Normal,"Below_Normal:") multi:benchMark(3,multi.Priority_Low,"Low:") multi:benchMark(3,multi.Priority_Idle,"Idle:") - os.exit() end) end) multi:mainloop() -- Notice how the past few examples did not need this, well only actors need to be in a loop! More on this in the wiki.