Update sub_lj.c

This commit is contained in:
Nils Berglund 2023-04-13 19:01:39 +02:00 committed by GitHub
parent be91182c35
commit b2d7f56e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7204,7 +7204,7 @@ void draw_trajectory_plot(t_group_data *group_speeds, int i)
scalex = 6.0;
scaley = 3.0;
for (group = 0; group < ngroups; group++)
for (group = 1; group < ngroups; group++)
yinitial[group] = group_speeds[(group-1)*gshift].yc;
first = 0;