Update terminis.py
This commit is contained in:
parent
5ee8426d12
commit
5a72fe9f4b
@ -106,8 +106,7 @@ class Tetromino:
|
|||||||
for mino_position in self.minoes_position
|
for mino_position in self.minoes_position
|
||||||
):
|
):
|
||||||
self.position = potential_position
|
self.position = potential_position
|
||||||
if lock:
|
self.postpone_lock()
|
||||||
self.postpone_lock()
|
|
||||||
self.rotated_last = False
|
self.rotated_last = False
|
||||||
self.matrix.refresh()
|
self.matrix.refresh()
|
||||||
return True
|
return True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user