Skip to content

Commit

Permalink
Merge pull request #42749 from KoBeWi/quality_pr
Browse files Browse the repository at this point in the history
Bind missing constant in VisualScriptPropertyGet
  • Loading branch information
akien-mga authored Oct 12, 2020
2 parents 3f7f4fb + aadc8d5 commit a22c7ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/visual_script/visual_script_func_nodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2088,6 +2088,7 @@ void VisualScriptPropertyGet::_bind_methods() {
BIND_ENUM_CONSTANT(CALL_MODE_SELF);
BIND_ENUM_CONSTANT(CALL_MODE_NODE_PATH);
BIND_ENUM_CONSTANT(CALL_MODE_INSTANCE);
BIND_ENUM_CONSTANT(CALL_MODE_BASIC_TYPE);
}

class VisualScriptNodeInstancePropertyGet : public VisualScriptNodeInstance {
Expand Down

0 comments on commit a22c7ef

Please sign in to comment.