1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-01-01 08:37:42 +00:00

prevent stray bytes from disallowing subsequent events (fixes #73) (#74)

This commit is contained in:
József Sallai 2022-03-05 20:03:58 +02:00 committed by GitHub
parent d45e611466
commit bc56271174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,6 @@ impl TextScript {
iter.next();
}
_ => {
allow_next_event = false;
char_buf.push(chr);
iter.next();