You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Change round return type to float
This commit is contained in:
@@ -508,7 +508,7 @@ PropertyInfo VisualScriptBuiltinFunc::get_output_value_port_info(int p_idx) cons
|
||||
} break;
|
||||
case MATH_POSMOD:
|
||||
case MATH_ROUND: {
|
||||
t = Variant::INT;
|
||||
t = Variant::FLOAT;
|
||||
} break;
|
||||
case MATH_ABS: {
|
||||
t = Variant::NIL;
|
||||
|
||||
Reference in New Issue
Block a user