Skip to content

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

Open
DrCosinus wants to merge 1 commit intogodotengine:masterfrom
DrCosinus:master
Open

Fix variadic version of the callp_static method of the Variant class.#1945
DrCosinus wants to merge 1 commit intogodotengine:masterfrom
DrCosinus:master

Conversation

@DrCosinus
Copy link

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
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 :-)

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants