aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde2017-03-30 07:37:46 +0200
committerGitHub2017-03-30 07:37:46 +0200
commitc6ba3bf9d5736ebdfee276cf6aff5b802e9cfb7f (patch)
treea972630b65bb16e08c9396d99f89cb0b3d3b5d8b
parent92b6c8095acc8348da7657dde357202840c26382 (diff)
parentc2165bb1a5bbbb6542d80fc539667501e971ddc7 (diff)
downloadgodot-c6ba3bf9d5736ebdfee276cf6aff5b802e9cfb7f.tar.gz
godot-c6ba3bf9d5736ebdfee276cf6aff5b802e9cfb7f.tar.zst
godot-c6ba3bf9d5736ebdfee276cf6aff5b802e9cfb7f.zip
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 c13ed232a..42e9cec21 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"));