A ton of bug fixes

This commit is contained in:
2026-01-28 01:09:23 +01:00
parent a9ce70d292
commit 322885b908
13 changed files with 400 additions and 130 deletions

View File

@@ -309,6 +309,7 @@ impl App {
iter: 0,
speed,
fill: false,
nudge_secs: 0.0,
};
match self.script_engine.evaluate(&script, &ctx) {
@@ -385,6 +386,7 @@ impl App {
iter: 0,
speed,
fill: false,
nudge_secs: 0.0,
};
if let Ok(cmds) = self.script_engine.evaluate(&script, &ctx) {