Skip to content

Commit

Permalink
Update RigidBody3D.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
everyofflineuser committed Sep 28, 2024
1 parent ed43597 commit b8ee9cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Sparkle/CSharp/Entities/Components/RigidBody3D.cs
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,7 @@ public void AddForce(Vector3 force, Vector3 position) {
/// Debug draws the rigid body using the specified debug drawer.
/// </summary>
/// <param name="drawer">The debug drawer used to draw the rigid body.</param>
public void DebugDraw(IDebugDrawer drawer)
{
public void DebugDraw(IDebugDrawer drawer) {
this.Body.DebugDraw(drawer);
}

Expand Down

0 comments on commit b8ee9cd

Please sign in to comment.