ソースを参照

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

pull/4309/head
masnm 3ヶ月前
committed by GitHub
コミット
10b01ba7c2
この署名に対応する既知のキーがデータベースに存在しません 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;

読み込み中…
キャンセル
保存