mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 00:43:46 +00:00
The built in function math/seed was missing the sequenceport.
This commit is contained in:
parent
1cc8cc96cb
commit
d7205ef1d0
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue