The built in function math/seed was missing the sequenceport.
(cherry picked from commit d7205ef1d0
)
This commit is contained in:
parent
ecf8d99d37
commit
72bb6dd2be
@ -134,6 +134,7 @@ bool VisualScriptBuiltinFunc::has_input_sequence_port() const {
|
|||||||
case TEXT_PRINT:
|
case TEXT_PRINT:
|
||||||
case TEXT_PRINTERR:
|
case TEXT_PRINTERR:
|
||||||
case TEXT_PRINTRAW:
|
case TEXT_PRINTRAW:
|
||||||
|
case MATH_SEED:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user