diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 68138c8d..8627521a 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -135,8 +135,8 @@ View::View( const char* addr, int port, ImFont* fixedWidth, ImFont* smallFont, I , m_pause( false ) , m_forceConnectionPopup( true, true ) , m_frames( nullptr ) - , m_reactToCrash( true ) , m_messagesScrollBottom( true ) + , m_reactToCrash( true ) , m_smallFont( smallFont ) , m_bigFont( bigFont ) , m_stcb( stcb )