From d7a85983a571ea8590f8c3eec41ef6b350d34e0d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 24 Jun 2018 17:30:54 +0200 Subject: [PATCH] Make callstack hash less shitty. --- server/TracyVarArray.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/TracyVarArray.hpp b/server/TracyVarArray.hpp index e8dc0283..938a9b16 100644 --- a/server/TracyVarArray.hpp +++ b/server/TracyVarArray.hpp @@ -20,10 +20,10 @@ public: : m_size( size ) , m_ptr( data ) { - T hash = 0; + T hash = 5381; for( uint8_t i=0; i