Merge pull request #8203 from RandomShaper/add-missing-bind

Add missing binding for DUPLICATE_USE_INSTANCING
This commit is contained in:
Rémi Verschelde 2017-03-30 07:37:46 +02:00 committed by GitHub
commit c6ba3bf9d5
1 changed files with 1 additions and 0 deletions

View File

@ -2914,6 +2914,7 @@ void Node::_bind_methods() {
BIND_CONSTANT(DUPLICATE_SIGNALS);
BIND_CONSTANT(DUPLICATE_GROUPS);
BIND_CONSTANT(DUPLICATE_SCRIPTS);
BIND_CONSTANT(DUPLICATE_USE_INSTANCING);
ADD_SIGNAL(MethodInfo("renamed"));
ADD_SIGNAL(MethodInfo("tree_entered"));