was not using the pointer properly. leaving the value untouched
This commit is contained in:
parent
8fbc68d46d
commit
8d19206866
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ void frame_frame_gravity(Frame *self, int *x, int *y)
|
||||||
break;
|
break;
|
||||||
case StaticGravity:
|
case StaticGravity:
|
||||||
case ForgetGravity:
|
case ForgetGravity:
|
||||||
x += self->size.left;
|
*x += self->size.left;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue