From 1382a854c9f80d6519d060a5796accaf1328c93e Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sat, 21 Oct 2023 23:13:52 -0500 Subject: stats.lua: disable tonemapping plot by default Nobody except a chosen few (I'm not one of them) even knows what it means. Multiple people thought it was actually some kind of rendering bug. Just disable it by default. Closes #12671. --- player/lua/stats.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/lua/stats.lua b/player/lua/stats.lua index 55e9ddf9fc..1b7ad725b8 100644 --- a/player/lua/stats.lua +++ b/player/lua/stats.lua @@ -36,7 +36,7 @@ local o = { plot_perfdata = true, plot_vsync_ratio = true, plot_vsync_jitter = true, - plot_tonemapping_lut = true, -- also enable tone-mapping-visualize + plot_tonemapping_lut = false, skip_frames = 5, global_max = true, flush_graph_data = true, -- clear data buffers when toggling -- cgit v1.2.3