Delete redundant + sign
This commit is contained in:
parent
ec28d2a8ec
commit
cf6d7130d0
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ class Label(displayio.Group):
|
|||
int(
|
||||
self.x
|
||||
+ (self._boundingbox[0] * self._scale)
|
||||
+ +round(self._anchor_point[0] * self._boundingbox[2] * self._scale)
|
||||
+ round(self._anchor_point[0] * self._boundingbox[2] * self._scale)
|
||||
),
|
||||
int(
|
||||
self.y
|
||||
|
|
|
|||
Loading…
Reference in a new issue