From 2e7751678f564e1db664100b9a69dbfb2413dfc7 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 29 Oct 2008 00:58:06 +0000 Subject: [PATCH] initialization issue --- panda/src/pgraph/nodePath.I | 1 + 1 file changed, 1 insertion(+) 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; } ////////////////////////////////////////////////////////////////////