1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-22 09:38:56 +08:00

Merge branch 'sdk2013' of https://github.com/alliedmodders/hl2sdk into sdk2013

This commit is contained in:
Nicholas Hastings 2014-10-30 12:32:51 -04:00
commit 820616e9fc

View File

@ -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 ),