Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
calebchalmers authored Nov 6, 2024
1 parent ce572c1 commit e00b3e5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ void CommandSentryPosition::execute()

if (drivers->isGameActive())
{
// TODO: make sure this is OK
chassis->input(move, spin);
}
else
Expand All @@ -61,4 +60,4 @@ void CommandSentryPosition::execute()
void CommandSentryPosition::end(bool) { chassis->input(Vector2f(0.0f), 0.0f); }
bool CommandSentryPosition::isFinished() const { return false; }

} // namespace commands
} // namespace commands

0 comments on commit e00b3e5

Please sign in to comment.