Random size bug fix
This commit is contained in:
parent
6f84f0cbbd
commit
b9d4160273
@ -83,7 +83,7 @@ status_graph_draw(struct status_ctx *ctx, struct status_seq *sq, struct status_g
|
||||
j >= 0 && i >= sq->geo.x;
|
||||
--j, --i)
|
||||
{
|
||||
if(j > max)
|
||||
if(gc->datas[j] > max)
|
||||
max = gc->datas[j];
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user