mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- Changed low threshold step from 5% increments to 1% increments by request.
This commit is contained in:
@ -85,7 +85,7 @@ function IceUnitBar.prototype:GetOptions()
|
||||
end,
|
||||
min = 0,
|
||||
max = 1,
|
||||
step = 0.05,
|
||||
step = 0.01,
|
||||
isPercent = true,
|
||||
order = 30.091
|
||||
}
|
||||
|
Reference in New Issue
Block a user