The built in function math/seed was missing the sequenceport.

(cherry picked from commit fe3c1bffbf)
This commit is contained in:
David Cambré
2021-05-08 20:37:42 +02:00
committed by Rémi Verschelde
parent 5fe0d1b0cb
commit 782f64743f

View File

@@ -134,6 +134,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;