Browse Source

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

David Rose 16 years ago
parent
commit
acbb2966ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/nodePath.cxx

+ 1 - 1
panda/src/pgraph/nodePath.cxx

@@ -115,7 +115,7 @@ istream &operator >> (istream &in, EmptyNodePathType &enp) {
 }
 }
 
 
 static ConfigVariableEnum<EmptyNodePathType> empty_node_path
 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 "
  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 "
           "of a NodePath when it is used as a boolean false.  Set this to "
           "'deprecated' to preserve the original behavior: every NodePath "
           "'deprecated' to preserve the original behavior: every NodePath "