Browse Source

initialization issue

David Rose 17 years ago
parent
commit
2e7751678f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/pgraph/nodePath.I

+ 1 - 0
panda/src/pgraph/nodePath.I

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