mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix slow dealing issue
This commit is contained in:
parent
a5e0c96450
commit
f844c0eae2
1 changed files with 3 additions and 2 deletions
|
@ -1689,8 +1689,9 @@ class DealRow_StackMethods:
|
|||
if flip:
|
||||
self.game.flipMove(self)
|
||||
self.game.moveMove(1, self, r, frames=frames)
|
||||
self.game.top.update_idletasks()
|
||||
self.game.top.busyUpdate()
|
||||
if frames > 0:
|
||||
self.game.top.update_idletasks()
|
||||
self.game.top.busyUpdate()
|
||||
self.game.leaveState(old_state)
|
||||
if TOOLKIT == 'kivy':
|
||||
self.game.top.waitAnimation()
|
||||
|
|
Loading…
Add table
Reference in a new issue