1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Overpressure - fix default setting for distanceCoefficient ()

This commit is contained in:
PabstMirror 2021-10-28 14:17:19 -05:00 committed by GitHub
parent c09de9a8c0
commit 06336b8dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,6 @@
QGVAR(distanceCoefficient), "SLIDER",
[LSTRING(distanceCoefficient_displayName), LSTRING(distanceCoefficient_toolTip)],
"ACE Uncategorized",
[-1, 10, 5, 1],
[-1, 10, 1, 1],
1
] call CBA_fnc_addSetting;