Fix ambiguous AnimationNode's parameter type in default value

Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
This commit is contained in:
Silc Lizard (Tokage) Renew
2025-06-01 06:50:42 +09:00
parent be3ecaeb3c
commit 678fb63451
8 changed files with 41 additions and 33 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ Variant AnimationNodeBlendSpace2D::get_parameter_default_value(const StringName
}
if (p_parameter == closest) {
return -1;
return (int)-1;
} else {
return Vector2();
}