1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fix initialization order.

This commit is contained in:
Bartosz Taudul
2022-04-26 21:28:26 +02:00
parent 066c266df9
commit c9240c100d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -235,10 +235,10 @@ SourceView::SourceView( GetWindowCallback gwcb )
, m_asmShowSourceLocation( true )
, m_calcInlineStats( true )
, m_atnt( false )
, m_childCalls( false )
, m_childCallList( false )
, m_hwSamples( true )
, m_hwSamplesRelative( true )
, m_childCalls( false )
, m_childCallList( false )
, m_cost( CostType::SampleCount )
, m_showJumps( true )
, m_cpuArch( CpuArchUnknown )