think we're ready for empty-node-path future to be the default

This commit is contained in:
David Rose 2009-07-31 01:05:08 +00:00
parent 785dd81920
commit acbb2966ad

View File

@ -115,7 +115,7 @@ istream &operator >> (istream &in, EmptyNodePathType &enp) {
}
static ConfigVariableEnum<EmptyNodePathType> 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 "