small update

This commit is contained in:
2019-09-25 08:54:44 -04:00
parent 7dae5d5e32
commit 296d56d233
2 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ function multi:newSystemThread(name,func,...) -- the main method
count = count + 1
c.thread=love.thread.newThread(multi.integration.love2d.ThreadBase:gsub("INSERT_USER_CODE",dump(func)))
livingThreads[count] = {true,name}
livingThreads[thread] = c
livingThreads[c.thread] = c
c.OnError = multi:newConnection()
c.thread:start(c.ID,c.name,THREAD_ID,...)
function c:kill()