aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/coord/solve.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-01 11:56:02 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-01 11:56:02 +0200
commit8b5612fb87e72e3b046a21344a3e5749721e4c1a (patch)
tree123572fa7ab24bf27fe6b558f80e1ebc8e35dafa /src/solvers/coord/solve.h
parent59920d2760b2267333a5eeb258700fb73250af6e (diff)
downloadnissy-core-8b5612fb87e72e3b046a21344a3e5749721e4c1a.tar.gz
nissy-core-8b5612fb87e72e3b046a21344a3e5749721e4c1a.zip
Fixed nasty bug
Diffstat (limited to '')
-rw-r--r--src/solvers/coord/solve.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/solvers/coord/solve.h b/src/solvers/coord/solve.h
index 036c4bf..f9ee06e 100644
--- a/src/solvers/coord/solve.h
+++ b/src/solvers/coord/solve.h
@@ -201,6 +201,8 @@ solve_coord_dfs(dfsarg_solve_coord_t arg[static 1])
201 arg->solution_moves->nmoves--; 201 arg->solution_moves->nmoves--;
202 } 202 }
203 203
204 arg->cube = backup_cube;
205 arg->inverse = backup_inverse;
204 arg->lastisnormal = lastbackup; 206 arg->lastisnormal = lastbackup;
205 207
206 if (coord_continue_oninverse(arg)) { 208 if (coord_continue_oninverse(arg)) {

Generated with cgit - Back to sebastiano.tronto.net