From bc56271174ed5b399837db3e2b97db5ca14c34e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Sallai?= Date: Sat, 5 Mar 2022 20:03:58 +0200 Subject: [PATCH] prevent stray bytes from disallowing subsequent events (fixes #73) (#74) --- src/scripting/tsc/compiler.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scripting/tsc/compiler.rs b/src/scripting/tsc/compiler.rs index f6a7e39..567a02a 100644 --- a/src/scripting/tsc/compiler.rs +++ b/src/scripting/tsc/compiler.rs @@ -116,7 +116,6 @@ impl TextScript { iter.next(); } _ => { - allow_next_event = false; char_buf.push(chr); iter.next();