Ver a proveniência

polish[#1628]: Lint fix

1628-quickslot-cooldown
Vildravn há 3 anos
ascendente
cometimento
cc612a4e3e
1 ficheiros alterados com 1 adições e 2 eliminações
  1. +1
    -2
      src/client/ui/templates/hud/hud.js

+ 1
- 2
src/client/ui/templates/hud/hud.js Ver ficheiro

@@ -107,9 +107,8 @@ define([

let elapsed = quickItem.cdMax - quickItem.cd;
let width = 1 - (elapsed / quickItem.cdMax);
if (width <= 0) {
if (width <= 0)
width = 0;
}

width = Math.ceil((width * 100) / 4) * 4;



Carregando…
Cancelar
Guardar