Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Haha no one saw this 👀
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshyDev committed Jun 8, 2021
1 parent 6a5dabb commit 31cd2ac
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ public AverageTimingsChart() {
} else if (averageMsTiming <= 100) {
return "76-100";
} else if (averageMsTiming <= 125) {
return "36-125";
return "101-125";
} else if (averageMsTiming <= 150) {
return "41-150";
return "126-150";
} else if (averageMsTiming <= 175) {
return "46-175";
return "151-175";
} else if (averageMsTiming <= 200) {
return "178-200";
return "176-200";

// 50ms
} else if (averageMsTiming <= 250) {
Expand Down

0 comments on commit 31cd2ac

Please sign in to comment.