Drop `.update()` call from `.draw_last()`

incremental_update_paths
Tyler Goodlet 2022-05-18 15:16:01 -04:00
parent 72e849c651
commit 876add4fc2
1 changed files with 0 additions and 2 deletions

View File

@ -207,8 +207,6 @@ class FastAppendCurve(pg.GraphicsObject):
x_last, y_last
)
self.update()
# XXX: lol brutal, the internals of `CurvePoint` (inherited by
# our `LineDot`) required ``.getData()`` to work..
def getData(self):