diff --git a/panda/src/pgraph/nodePath.I b/panda/src/pgraph/nodePath.I index 6e1ea71b87..bf9e92c0f9 100644 --- a/panda/src/pgraph/nodePath.I +++ b/panda/src/pgraph/nodePath.I @@ -22,6 +22,7 @@ INLINE NodePath:: NodePath() : _error_type(ET_ok) { + _backup_key = 0; } ////////////////////////////////////////////////////////////////////