dda_queue.c: fix no longer true comment.

This commit is contained in:
Markus Hitter 2013-11-08 21:34:44 +01:00
parent 1ab42ee8eb
commit 00af5bd266
1 changed files with 1 additions and 2 deletions

View File

@ -93,8 +93,7 @@ void queue_step() {
}
}
// fall directly into dda_start instead of waiting for another step
// the dda dies not directly after its last step, but when the timer fires and there's no steps to do
// Start the next move if this one is done.
if (current_movebuffer->live == 0)
next_move();
}