Fix debug build

This commit is contained in:
JusicP
2021-08-24 20:26:53 +03:00
parent 2a5b5060b4
commit de6f256299
4 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -2898,7 +2898,7 @@ void CDmaDecorator<T,B>::Init( CDmElement *pOwner, const char *pAttributeName, i
{
Assert( pOwner );
this->m_pAttribute = pOwner->AddExternalAttribute( pAttributeName, CDmAttributeInfo<CUtlVector<T> >::AttributeType(), &Value() );
Assert( m_pAttribute );
Assert( this->m_pAttribute );
if ( nFlags )
{
this->m_pAttribute->AddFlag( nFlags );