Skip to content

Commit b799856

Browse files
update API again, the error function isn't touched much in practice
1 parent c6a0632 commit b799856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/pid/fnc_create.sqf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ params [
4242
["_setpoint", 0, [0]],
4343
["_min", -LARGE_NUMBER, [0]],
4444
["_max", LARGE_NUMBER, [0]],
45-
["_errorFunction", FUNC(error_linear), [{}]],
46-
["_historyLength", DEFAULT_HISTORY_LENGTH, [0]]
45+
["_historyLength", DEFAULT_HISTORY_LENGTH, [0]],
46+
["_errorFunction", FUNC(error_linear), [{}]]
4747
];
4848

4949
private _pid = call CBA_fnc_createNamespace;

0 commit comments

Comments
 (0)