Update CommonRigidBodyMTBase.h

This commit is contained in:
erwincoumans
2017-02-01 16:03:00 -08:00
committed by GitHub
parent 806f30aba5
commit bbf596bce8

View File

@@ -31,6 +31,7 @@ inline const char* getSolverTypeName( SolverType t )
case SOLVER_TYPE_MLCP_PGS: return "MLCP ProjectedGaussSeidel";
case SOLVER_TYPE_MLCP_DANTZIG: return "MLCP Dantzig";
case SOLVER_TYPE_MLCP_LEMKE: return "MLCP Lemke";
default:{}
}
btAssert( !"unhandled solver type in switch" );
return "???";