修复一个手滑小问题

This commit is contained in:
MrZ626
2020-12-16 20:02:57 +08:00
parent af3fc34098
commit a3d6155096

View File

@@ -305,7 +305,7 @@ function love.receiveData(id,data)end
local lastGCtime=0
function love.lowmemory()
if love.timer.getTime()-lastGCtime>2.6 then
lastGCtime=love.timer.getTime
lastGCtime=TIME()
collectgarbage()
LOG.print("[Auto GC] Low Memory!","warn")
end