1
0
Fork 0
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:
Joe R 2024-11-26 22:59:18 -05:00
parent a5e0c96450
commit f844c0eae2

View file

@ -1689,6 +1689,7 @@ class DealRow_StackMethods:
if flip:
self.game.flipMove(self)
self.game.moveMove(1, self, r, frames=frames)
if frames > 0:
self.game.top.update_idletasks()
self.game.top.busyUpdate()
self.game.leaveState(old_state)