_DEBUG -> DEBUG

This commit is contained in:
Steve Checkoway
2009-01-06 17:54:21 +00:00
parent d498ec08f1
commit 17cc65e8fd
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ void ActorFrame::LoadChildrenFromNode( const XNode* pNode )
void ActorFrame::AddChild( Actor *pActor )
{
#if _DEBUG
#ifdef DEBUG
// check that this Actor isn't already added.
vector<Actor*>::iterator iter = find( m_SubActors.begin(), m_SubActors.end(), pActor );
if( iter != m_SubActors.end() )