Skip to content

Commit

Permalink
Add missing return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Apr 25, 2016
1 parent bf8cdb9 commit a4e0654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dart/constraint/ConstraintSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ void ConstraintSolver::setCollisionDetector(
dtwarn << "[ConstraintSolver::setCollisionDetector] Attempting to assign "
<< "nullptr as the new collision detector to the constraint solver, "
<< "which is not allowed. Ignoring.\n";
return;
}

if (mCollisionDetector == collisionDetector)
Expand Down

0 comments on commit a4e0654

Please sign in to comment.