fix undo for digit tile placement
This commit is contained in:
parent
64fb7ca5ba
commit
73a1c62f52
2 changed files with 4 additions and 6 deletions
|
@ -97,7 +97,6 @@ impl Game {
|
|||
solution.score = editor.score();
|
||||
solution.save();
|
||||
}
|
||||
ExitState::ExitNoSave => self.open_editor = None,
|
||||
}
|
||||
} else {
|
||||
self.draw(&mut d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue