1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

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

(cherry picked from commit d7205ef1d0)
This commit is contained in:
David Cambré
2021-05-08 20:37:42 +02:00
committed by Rémi Verschelde
parent 0d5be76f15
commit d043b5d71c

View File

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