Fixed a typo in one of the examples
This commit is contained in:
parent
b7196f9a44
commit
b047734d5f
@ -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_Below_Normal,"Below_Normal:")
|
||||||
multi:benchMark(3,multi.Priority_Low,"Low:")
|
multi:benchMark(3,multi.Priority_Low,"Low:")
|
||||||
multi:benchMark(3,multi.Priority_Idle,"Idle:")
|
multi:benchMark(3,multi.Priority_Idle,"Idle:")
|
||||||
os.exit()
|
|
||||||
end)
|
end)
|
||||||
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.
|
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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user