mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
[gui] fixup
This commit is contained in:
parent
8fa4c7fbef
commit
983e4fb6a5
1 changed files with 0 additions and 1 deletions
|
|
@ -460,7 +460,6 @@ public class StatisticsTab extends ConsoleTab {
|
|||
int toPoint = index == 0 ? 0 : performanceQueue[index - 1];
|
||||
int toX = (count - i - 1) * statisticsZoom;
|
||||
int toY = (int) (-toPoint / (600D / (space * 4)));
|
||||
System.out.println(fromY + " -> " + toY);
|
||||
if (fromY < 0) {
|
||||
g.setColor(Color.RED);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue