This commit is contained in:
2026-03-22 22:05:08 +00:00
parent c448ef4bff
commit 57764fbcbb
3 changed files with 36 additions and 22 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ pub fn demo_system(
queue.push(Task::ChopTree {
trunk_pos: lowest_trunk,
chop_ticks: CHOP_TICKS_DEFAULT,
step: ChopStep::MovingToTree,
step: ChopStep::MovingToTree { approach: None },
});
*state = TaskState::Pending;
}