diff --git a/server/TracyWorker.hpp b/server/TracyWorker.hpp index c7dc4950..208643a1 100644 --- a/server/TracyWorker.hpp +++ b/server/TracyWorker.hpp @@ -240,9 +240,9 @@ private: uint64_t checkSrclocLast = 0; std::pair shrinkSrclocLast = std::make_pair( std::numeric_limits::max(), 0 ); #ifndef TRACY_NO_STATISTICS - std::pair srclocZonesLast = std::make_pair( std::numeric_limits::max(), nullptr ); + std::pair srclocZonesLast = std::make_pair( 0, nullptr ); #else - std::pair srclocCntLast = std::make_pair( std::numeric_limits::max(), nullptr ); + std::pair srclocCntLast = std::make_pair( 0, nullptr ); #endif #ifndef TRACY_NO_STATISTICS