You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
The built in function math/seed was missing the sequenceport.
This commit is contained in:
@@ -132,6 +132,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;
|
||||||
|
|||||||
Reference in New Issue
Block a user