LOG模块时间单位改为秒

This commit is contained in:
MrZ626
2021-06-10 17:44:06 +08:00
parent cde97fdd3f
commit a6c62fb6ed
5 changed files with 21 additions and 21 deletions

View File

@@ -45,7 +45,7 @@ function VOC.init(list)
if n==1 then
if not loadVoiceFile(list[i],list[i])then
LOG.print("No VOICE file: "..list[i],5)
LOG.print("No VOICE file: "..list[i],.1)
end
end
if not Source[list[i]][1]then Source[list[i]]=nil end