Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 448d3a7

Browse files
committed
Fixed UCD Function Name
CORE_fnc_shellSort => UCD_fnc_shellSort, syntactical error.
1 parent a900c5a commit 448d3a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Arma 2/Unit Caching/scripts/unitCaching/lib

Arma 2/Unit Caching/scripts/unitCaching/lib/arrays.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ UCD_fnc_heapSort = {
9090
_array
9191
};
9292

93-
CORE_fnc_shellSort = {
93+
UCD_fnc_shellSort = {
9494
CHECK_THIS;
9595
private ["_list", "_selectSortValue", "_n", "_cols", "_j", "_k", "_h", "_t", "_i"];
9696
_list = +(_this select 0);

0 commit comments

Comments
 (0)