微调task模块功能

This commit is contained in:
MrZ626
2021-02-17 00:42:22 +08:00
parent 8fdef2b7f5
commit eda1b18bc6
2 changed files with 10 additions and 7 deletions

View File

@@ -538,7 +538,7 @@ function love.run()
end
--Draw network working
if TASK.netTaskCount>0 then
if TASK.netTaskCount()>0 then
setFont(30)
gc.setColor(COLOR.rainbow(t*5))
gc.print("E",SCR.safeW-18,17,.26+.355*math.sin(t*6.26),nil,nil,8,20)