initialization issue

This commit is contained in:
David Rose 2008-10-29 00:58:06 +00:00
parent f7105a081b
commit 2e7751678f
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ INLINE NodePath::
NodePath() :
_error_type(ET_ok)
{
_backup_key = 0;
}
////////////////////////////////////////////////////////////////////