Skip to content

Commit

Permalink
DebugShapeFactory: clarify Spatial name
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 22, 2024
1 parent c512ab2 commit 6a4d135
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ private static Geometry createGeometry(CollisionShape shape,
}
}

Geometry geometry = new Geometry("Bullet debug", mesh);
Geometry geometry = new Geometry("Physics debug", mesh);
geometry.updateModelBound();

return geometry;
Expand Down

0 comments on commit 6a4d135

Please sign in to comment.