Delete redundant + sign

This commit is contained in:
Kevin Matocha 2020-08-21 21:33:47 -05:00
parent ec28d2a8ec
commit cf6d7130d0

View file

@ -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