summaryrefslogtreecommitdiff
path: root/qml/python/game.py
diff options
context:
space:
mode:
Diffstat (limited to 'qml/python/game.py')
-rw-r--r--qml/python/game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/python/game.py b/qml/python/game.py
index de7842a..428fa02 100644
--- a/qml/python/game.py
+++ b/qml/python/game.py
@@ -133,7 +133,7 @@ class Game(object):
""" Create a normalized board, translated on lower coord.
"""
- for transformation in [Translation(self), Rotation(self), Symmetry(self)]:
+ for transformation in [Translation(self), Rotation(self), Symmetry(self), ToIndex(self)]:
if not transformation.is_valid():
continue