From acbb2966ad7d5448405e7435613e64be6b77350e Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 31 Jul 2009 01:05:08 +0000 Subject: [PATCH] think we're ready for empty-node-path future to be the default --- panda/src/pgraph/nodePath.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/nodePath.cxx b/panda/src/pgraph/nodePath.cxx index 499605ad4f..518fca962d 100644 --- a/panda/src/pgraph/nodePath.cxx +++ b/panda/src/pgraph/nodePath.cxx @@ -115,7 +115,7 @@ istream &operator >> (istream &in, EmptyNodePathType &enp) { } static ConfigVariableEnum empty_node_path -("empty-node-path", ENP_transition, +("empty-node-path", ENP_future, PRC_DESC("This is a temporary transition variable to control the behavior " "of a NodePath when it is used as a boolean false. Set this to " "'deprecated' to preserve the original behavior: every NodePath "