Skip to content

Commit

Permalink
Merge pull request #852 from project-primera/develop
Browse files Browse the repository at this point in the history
release 0.19.1
  • Loading branch information
slime-hatena committed Apr 30, 2024
2 parents b0f5591 + 7427a18 commit f8ea50c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<td class="sort_key3">0.00%</td>
@else
{{-- 1位ではないので計算 --}}
<td class="sort_key3">{{number_format(floor((($s->battle_high_score / $topRankerScore[$s->song_id . "_" . $s->difficulty]))))}}%</td>
@endif
<td class="sort_key3">{{number_format((floor((($s->over_damage_high_score) / ($topRankerScore[$s->song_id . "_" . $s->difficulty])) * 100) / 100), 2)}}%</td>
@endif
@else
<td class="sort_key1">?%</td>
<td class="sort_key2">?%</td>
Expand Down

0 comments on commit f8ea50c

Please sign in to comment.