Skip to content

Commit

Permalink
PhysicsVehicle: improve the javadoc for updateWheels()
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 25, 2025
1 parent a0390b0 commit d17e383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/jme3/bullet/objects/PhysicsVehicle.java
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,8 @@ public int upAxisIndex() {
}

/**
* Used internally.
* Update the wheel transforms for visualization. (In Minie this gets
* invoked when the VehicleControl is updated.)
*/
public void updateWheels() {
if (controller != null) {
Expand Down

0 comments on commit d17e383

Please sign in to comment.