summaryrefslogtreecommitdiff
path: root/qml/python/game.py
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2014-09-27 12:13:38 +0200
committerSébastien Dailly <sebastien@chimrod.com>2014-09-27 12:13:38 +0200
commit5049d4c8a05d3f9b72f4c7e048e94b753713beda (patch)
treeda43b04f8eec2309ae16a9869bc92a0be055e424 /qml/python/game.py
parentaceb0d301274962289d62a41421e3cf0c8738053 (diff)
Added navigation tree management
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