mirror of
https://github.com/wolfpld/tracy
synced 2025-05-07 23:43:52 +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_drawPlots( true )
|
||||
, m_onlyContendedLocks( false )
|
||||
, m_statSort( 0 )
|
||||
, m_namespace( Namespace::Full )
|
||||
{
|
||||
assert( s_instance == nullptr );
|
||||
|
Loading…
x
Reference in New Issue
Block a user