1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

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

Fixes #6517
This commit is contained in:
rubenwardy 2017-10-14 18:28:56 +01:00
parent b97b9a550f
commit 9f3a585937

View file

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