删除/修改部分日志信息

This commit is contained in:
MrZ626
2021-04-09 01:58:33 +08:00
parent de53ee09e3
commit 2b723bd094
3 changed files with 2 additions and 5 deletions

View File

@@ -336,7 +336,7 @@ function love.lowmemory()
if TIME()-lastGCtime>6.26 then
collectgarbage()
lastGCtime=TIME()
LOG.print("[auto GC] low memory 设备内存过低","warn")
LOG.print("[auto GC] low MEM 设备内存过低","warn")
end
end
function love.resize(w,h)