From 1918667bbde6c618df4b66da55f96ea7af76d9bc Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 11 Jan 2026 19:37:38 +0100 Subject: [PATCH] Use proper types for RangeSlim init. --- profiler/src/profiler/TracyView.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/src/profiler/TracyView.hpp b/profiler/src/profiler/TracyView.hpp index 2b2a1901..e872d853 100644 --- a/profiler/src/profiler/TracyView.hpp +++ b/profiler/src/profiler/TracyView.hpp @@ -973,7 +973,7 @@ private: { uint64_t count = 0; uint64_t lastTime = 0; - RangeSlim range = {false, 0, 0}; + RangeSlim range = {0, 0, false}; void Reset() {