forked from 2009Scape/Server
[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