more control fixes

This commit is contained in:
onezplpl 2024-07-19 14:05:26 -04:00
parent 1939e2dff5
commit 2ce46f188b
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
4 changed files with 23 additions and 14 deletions

View file

@ -40,10 +40,10 @@ void cubes_rect(struct v3f *cube, int *i, double x1, double x2, double y1,
d.pos[0] += TEXT_GAP_H;
d.pos[1] += TEXT_GAP_V;
} else {
b.pos[0]++;
c.pos[1]++;
d.pos[0]++;
d.pos[1]++;
b.pos[0] = x2;
c.pos[1] = y2;
d.pos[0] = x2;
d.pos[1] = y2;
}
cube[*i] = a2;