fix undo for digit tile placement

This commit is contained in:
Crispy 2024-12-17 15:45:10 +01:00
parent 64fb7ca5ba
commit 73a1c62f52
2 changed files with 4 additions and 6 deletions

View file

@ -97,7 +97,6 @@ impl Game {
solution.score = editor.score();
solution.save();
}
ExitState::ExitNoSave => self.open_editor = None,
}
} else {
self.draw(&mut d);