- Don't attempt to render from other thread.
- Causes race condition on drawing
This commit is contained in:
parent
4064ce48b5
commit
317adab635
1 changed files with 0 additions and 1 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue