From daf95288daa09b549e61014aefc34c5ea1ae1bbe Mon Sep 17 00:00:00 2001 From: Felix Winterhalter <Felix@audiofair.de> Date: Fri, 28 Apr 2017 14:53:14 +0200 Subject: [PATCH] Change Box to Capsule in rigidbody communication header --- src/pe/communication/rigidbody/Capsule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pe/communication/rigidbody/Capsule.h b/src/pe/communication/rigidbody/Capsule.h index ccd4c327..c39cd55d 100644 --- a/src/pe/communication/rigidbody/Capsule.h +++ b/src/pe/communication/rigidbody/Capsule.h @@ -47,7 +47,7 @@ struct CapsuleParameters : public GeomPrimitiveParameters { * \param obj The object to be marshalled. * \return void */ -void marshal( mpi::SendBuffer& buffer, const Box& obj ); +void marshal( mpi::SendBuffer& buffer, const Capsule& obj ); //************************************************************************************************* //************************************************************************************************* -- GitLab