mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
think we're ready for empty-node-path future to be the default
This commit is contained in:
parent
785dd81920
commit
acbb2966ad
@ -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 "
|
||||
|
Loading…
x
Reference in New Issue
Block a user