summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-03-30 07:37:46 +0200
committerGitHub <noreply@github.com>2017-03-30 07:37:46 +0200
commitc6ba3bf9d5736ebdfee276cf6aff5b802e9cfb7f (patch)
treea972630b65bb16e08c9396d99f89cb0b3d3b5d8b
parent92b6c8095acc8348da7657dde357202840c26382 (diff)
parentc2165bb1a5bbbb6542d80fc539667501e971ddc7 (diff)
Merge pull request #8203 from RandomShaper/add-missing-bind
Add missing binding for DUPLICATE_USE_INSTANCING
-rwxr-xr-xscene/main/node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/node.cpp b/scene/main/node.cpp
index c13ed232a7..42e9cec217 100755
--- a/scene/main/node.cpp
+++ b/scene/main/node.cpp
@@ -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"));