Skip to content

Commit

Permalink
Fixed type declaration (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordGolias authored Feb 18, 2024
1 parent bb6af92 commit 0857ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/main/functions/fnc_showDialog.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private _fnc_AddBoolean = {
};

private _fnc_AddDropDown = {
params ["_text", "", ["_tooltip", ""], ["_values", [], []], ["_default", 0, [0]]];
params ["_text", "", ["_tooltip", ""], ["_values", [], [[]]], ["_default", 0, [0]]];
if (isLocalized _tooltip) then {
_tooltip = localize _tooltip;
};
Expand Down

0 comments on commit 0857ac7

Please sign in to comment.