trying to get coverage analysis to reasonable time

This commit is contained in:
Michael Freno
2025-11-20 14:27:34 -05:00
parent d0357672db
commit 92068d5315
17 changed files with 3011 additions and 380 deletions

View File

@@ -335,7 +335,7 @@ function love.keypressed(key)
if state.currentProfile and type(state.currentProfile.keypressed) == "function" then
pcall(function()
state.currentProfile.keypressed(key)
state.currentProfile.keypressed(key, state.profiler)
end)
end
end