Closer to getting things working...

This commit is contained in:
2023-08-06 00:38:22 -04:00
parent bab9b13cb8
commit a660b63581
9 changed files with 147 additions and 79 deletions
+2 -2
View File
@@ -87,12 +87,12 @@ function multi:newSystemThread(name,func,...)
end
THREAD.newSystemThread = multi.newSystemThread
function lovr.threaderror(thread, errorstr)
print("Thread error!\n"..errorstr)
multi.print("Thread error!\n"..errorstr)
end
multi.integration.GLOBAL = GLOBAL
multi.integration.THREAD = THREAD
require("multi.integration.lovrManager.extensions")
print("Integrated lovr Threading!")
multi.print("Integrated lovr Threading!")
return {init=function()
return GLOBAL,THREAD
end}