physics.bullet.object.c++: Cosmetics.

This commit is contained in:
Rod Kay
2023-12-31 21:23:20 +11:00
parent 4c247418c9
commit 15fabd445d
2 changed files with 6 additions and 4 deletions

View File

@@ -125,7 +125,8 @@ b3d_Object_user_Data (Object* Self)
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);
@@ -150,7 +151,8 @@ b3d_Object_Mass (Object* Self)
void
b3d_Object_Friction_is (Object* Self, Real Now)
b3d_Object_Friction_is (Object* Self,
Real Now)
{
btRigidBody* the_Body = to_bullet (Self);