mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Missing initializer.
This commit is contained in:
parent
b7930f67da
commit
e5d35d443d
@ -182,6 +182,7 @@ View::View( const char* addr )
|
|||||||
, m_drawLocks( true )
|
, m_drawLocks( true )
|
||||||
, m_drawPlots( true )
|
, m_drawPlots( true )
|
||||||
, m_onlyContendedLocks( false )
|
, m_onlyContendedLocks( false )
|
||||||
|
, m_statSort( 0 )
|
||||||
, m_namespace( Namespace::Full )
|
, m_namespace( Namespace::Full )
|
||||||
{
|
{
|
||||||
assert( s_instance == nullptr );
|
assert( s_instance == nullptr );
|
||||||
|
Loading…
Reference in New Issue
Block a user