Skip to content

Commit

Permalink
Merge pull request #48964 from DavidCambre/VisualScript_Missing_Seque…
Browse files Browse the repository at this point in the history
…ncePort_Seed
  • Loading branch information
Chaosus authored May 29, 2021
2 parents 364ea7f + d7205ef commit b63f9b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/visual_script/visual_script_builtin_funcs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ bool VisualScriptBuiltinFunc::has_input_sequence_port() const {
case TEXT_PRINT:
case TEXT_PRINTERR:
case TEXT_PRINTRAW:
case MATH_SEED:
return true;
default:
return false;
Expand Down

0 comments on commit b63f9b5

Please sign in to comment.