修改BGM模块的初始化log

简单统计启动第一帧各个阶段加载时间
This commit is contained in:
MrZ626
2021-10-25 16:00:56 +08:00
parent 423173413f
commit bd63584207
2 changed files with 17 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ function BGM.init(list)
table.sort(simpList)
function BGM.getList()return simpList end
local count=#simpList
LOG(count.." BGM files loaded")
LOG(count.." BGM files added")
function BGM.getCount()return count end
local function _load(name)