mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-01 19:27:11 +03:00
woops, major performance bug in map edit manager
This commit is contained in:
parent
2c8aa62f97
commit
30b0ace7bb
@ -51,6 +51,7 @@ impl EditsManager {
|
||||
wizard.wrap(input),
|
||||
).is_some()
|
||||
{
|
||||
new_state = Some(State::Inactive);
|
||||
} else if wizard.aborted() {
|
||||
new_state = Some(State::Inactive);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user