physics.bullet.object.c++: Cosmetics.
This commit is contained in:
@@ -125,7 +125,8 @@ b3d_Object_user_Data (Object* Self)
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
b3d_Object_user_Data_is (Object* Self, void* Now)
|
b3d_Object_user_Data_is (Object* Self,
|
||||||
|
void* Now)
|
||||||
{
|
{
|
||||||
btRigidBody* the_Body = to_bullet (Self);
|
btRigidBody* the_Body = to_bullet (Self);
|
||||||
|
|
||||||
@@ -150,7 +151,8 @@ b3d_Object_Mass (Object* Self)
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
b3d_Object_Friction_is (Object* Self, Real Now)
|
b3d_Object_Friction_is (Object* Self,
|
||||||
|
Real Now)
|
||||||
{
|
{
|
||||||
btRigidBody* the_Body = to_bullet (Self);
|
btRigidBody* the_Body = to_bullet (Self);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user