Skip to content

Fix variadic version of the callp_static method of the Variant class.#1945

Merged
dsnopek merged 1 commit intogodotengine:masterfrom
DrCosinus:master
Apr 21, 2026
Merged

Fix variadic version of the callp_static method of the Variant class.#1945
dsnopek merged 1 commit intogodotengine:masterfrom
DrCosinus:master

Conversation

@DrCosinus
Copy link
Copy Markdown
Contributor

Remove the extra parameter causing a compilation error ('godot::Variant::callp_static': function does not take 7 arguments) when using the variadic version of the callp_static method of the Variant class.
The number of arguments was given twice in two different forms (size of the array and the number of variadic arguments).

… variadic version of the callp_static method of the Variant class.
@DrCosinus DrCosinus requested a review from a team as a code owner March 4, 2026 19:49
@dsnopek dsnopek added the bug This has been identified as a bug label Mar 17, 2026
@dsnopek dsnopek added this to the 10.x milestone Mar 17, 2026
Copy link
Copy Markdown
Collaborator

@dsnopek dsnopek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! The change looks good to me :-)

@dsnopek dsnopek merged commit 973a98f into godotengine:master Apr 21, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug This has been identified as a bug cherrypick:4.5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants