1
0
鏡像自 https://github.com/luanti-org/luanti.git 已同步 2025-10-27 13:55:19 +01:00

Profiler: Fix var args not being passed to callback register function

Fixes #6517
此提交包含在:
rubenwardy
2017-10-14 18:28:56 +01:00
提交者 SmallJoker
父節點 0129c9a9dd
當前提交 cc48c95ca7

查看文件

@@ -133,7 +133,7 @@ local function instrument_register(func, func_name)
return func(instrument {
func = callback,
func_name = register_name
}), ...
}, ...)
end
end