fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user