Update terminis.py

This commit is contained in:
adrienmalin 2019-02-20 21:41:03 +01:00
parent 5ee8426d12
commit 5a72fe9f4b

View File

@ -106,8 +106,7 @@ class Tetromino:
for mino_position in self.minoes_position
):
self.position = potential_position
if lock:
self.postpone_lock()
self.postpone_lock()
self.rotated_last = False
self.matrix.refresh()
return True