- Don't attempt to render from other thread.

- Causes race condition on drawing
This commit is contained in:
trigg 2020-10-22 20:37:10 +00:00
parent 4064ce48b5
commit 317adab635

View file

@ -301,7 +301,6 @@ class VoiceOverlayWindow(OverlayWindow):
self.def_avatar = pix
else:
self.avatars[identifier] = pix
self.redraw()
def draw_avatar(self, context, user, pos_y):
"""