ソースを参照

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

David Rose 16 年 前
コミット
acbb2966ad
1 ファイル変更1 行追加1 行削除
  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
-("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 "