From 5d4994ca00f14923f367e377dfde876de31a81bf Mon Sep 17 00:00:00 2001 From: "chappuis.daniel" Date: Mon, 29 Mar 2010 21:46:35 +0000 Subject: [PATCH] git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@300 92aac97c-a6ce-11dd-a772-7fcde58d38e6 --- sources/reactphysics3d/body/BodyState.h | 2 ++ 1 file changed, 2 insertions(+) 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.