diff options
Diffstat (limited to 'servers/physics_3d/joints/hinge_joint_3d_sw.h')
-rw-r--r-- | servers/physics_3d/joints/hinge_joint_3d_sw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/servers/physics_3d/joints/hinge_joint_3d_sw.h b/servers/physics_3d/joints/hinge_joint_3d_sw.h index eebead20b8..c5af888eca 100644 --- a/servers/physics_3d/joints/hinge_joint_3d_sw.h +++ b/servers/physics_3d/joints/hinge_joint_3d_sw.h @@ -54,7 +54,6 @@ subject to the following restrictions: */ class HingeJoint3DSW : public Joint3DSW { - union { struct { Body3DSW *A; |