diff --git a/public/tier0/vprof.h b/public/tier0/vprof.h index 282e65b2..09bf8dc8 100644 --- a/public/tier0/vprof.h +++ b/public/tier0/vprof.h @@ -775,9 +775,9 @@ private: inline CVProfNode::CVProfNode( const tchar * pszName, int detailLevel, CVProfNode *pParent, const tchar *pBudgetGroupName, int budgetFlags ) : m_pszName( pszName ), + m_nRecursions( 0 ), m_nCurFrameCalls( 0 ), m_nPrevFrameCalls( 0 ), - m_nRecursions( 0 ), m_pParent( pParent ), m_pChild( NULL ), m_pSibling( NULL ),