add assert
This commit is contained in:
@@ -277,6 +277,7 @@ void Steps::CreateBlank( StepsType ntTo )
|
|||||||
|
|
||||||
const Steps *Steps::Real() const
|
const Steps *Steps::Real() const
|
||||||
{
|
{
|
||||||
|
ASSERT( this );
|
||||||
if(parent) return parent;
|
if(parent) return parent;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user