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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant