Skip to content

Commit

Permalink
Remove line assigning more work to @azeey
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <arjo129@gmail.com>
  • Loading branch information
arjo129 committed Nov 1, 2023
1 parent 8d8a2ea commit c490b97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/systems/advanced_lift_drag/AdvancedLiftDrag.cc
Expand Up @@ -759,7 +759,6 @@ void AdvancedLiftDragPrivate::Update(EntityComponentManager &_ecm)
this->cp.Correct();
torque.Correct();

// \todo(addisu) Create a convenient API for applying forces at offset
// positions
const auto totalTorque = torque + cpWorld.Cross(force);
Link link(this->linkEntity);
Expand Down

0 comments on commit c490b97

Please sign in to comment.