more control fixes
This commit is contained in:
parent
1939e2dff5
commit
2ce46f188b
4 changed files with 23 additions and 14 deletions
8
cubes.c
8
cubes.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue