소스 검색

polish[#1628]: Lint fix

1628-quickslot-cooldown
Vildravn 3 년 전
부모
커밋
cc612a4e3e
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      src/client/ui/templates/hud/hud.js

+ 1
- 2
src/client/ui/templates/hud/hud.js 파일 보기

@@ -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;



불러오는 중...
취소
저장