diff --git a/sources/reactphysics3d/body/BodyState.h b/sources/reactphysics3d/body/BodyState.h index acda2d6f..b922d7e7 100644 --- a/sources/reactphysics3d/body/BodyState.h +++ b/sources/reactphysics3d/body/BodyState.h @@ -28,6 +28,8 @@ // Namespace reactphysics3d namespace reactphysics3d { +// TODO : Remove this class and put everything in the RigidBody class + /* ------------------------------------------------------------------- Class BodyState : A BodyState contains all the dynamics values of a body.