Fixed a typo in one of the examples

This commit is contained in:
Ryan Ward 2017-06-18 22:45:22 -04:00 committed by GitHub
parent b7196f9a44
commit b047734d5f

View File

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