소스 검색

Change implicit conversion to explicit conversion to remove warning (#4308)

pull/4309/head
masnm 3 달 전
committed by GitHub
부모
커밋
10b01ba7c2
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/external/par_shapes.h

+ 1
- 1
src/external/par_shapes.h 파일 보기

@ -1130,7 +1130,7 @@ static par_shapes__rule* par_shapes__pick_rule(const char* name,
total += rule->weight;
}
}
float r = (float) rand() / RAND_MAX;
float r = (float) rand() / p">(float) RAND_MAX;
float t = 0;
for (int i = 0; i < nrules; i++) {
rule = rules + i;

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