Skip to content
Snippets Groups Projects
Commit e304a1a4 authored by Julius Fredrik Einum's avatar Julius Fredrik Einum
Browse files

Fixed cooldown indicator

parent 7f7d4203
No related branches found
No related tags found
Loading
......@@ -188,7 +188,7 @@ namespace BigSock {
// Update the UI.
AbilityUI?.SetCharge(ability.Index, ability.ChargePercent);
AbilityUI?.SetCooldown(ability.Index, ability.CooldownPercent);
AbilityUI?.SetCooldown(ability.Index, 1f - ability.CooldownPercent);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment