summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/lua/stats.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/stats.lua b/player/lua/stats.lua
index 2159a729e3..34eff6136c 100644
--- a/player/lua/stats.lua
+++ b/player/lua/stats.lua
@@ -23,7 +23,7 @@ local o = {
ass_formatting = true,
timing_warning = true,
timing_warning_th = 0.85, -- *no* warning threshold (warning when > target_fps * timing_warning_th)
- print_perfdata_total = false, -- prints an additional line adding up the perfdata lines
+ print_perfdata_total = true, -- prints an additional line adding up the perfdata lines
print_perfdata_passes = false, -- when true, print the full information about all passes
debug = false,