Skip to content

Commit fafaed4

Browse files
authored
ArmatureNode: typo
1 parent 6ef5692 commit fafaed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jme3-core/src/main/java/com/jme3/scene/debug/custom/ArmatureNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ public int collideWith(Collidable other, CollisionResults results) {
420420
Vector3f[] ends = g.getUserData("end");
421421

422422
for (Vector3f end : ends) {
423-
// Calculate shortest distance from ray to bone segment
423+
// Calculate the shortest distance from ray to bone segment
424424
float dist = MathUtils.raySegmentShortestDistance((Ray) other, start, end, camera);
425425
if (dist > 0 && dist < PIXEL_BOX) {
426426
CollisionResult res = new CollisionResult();

0 commit comments

Comments
 (0)