Skip to content

Commit

Permalink
CollisionShape: javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 25, 2024
1 parent d8221f8 commit 2298cb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ public String toString() {
* Compare Bullet's scale factors to the local copies.
*
* @param storeVector caller-allocated temporary storage (not null)
* @return true if Bullet and the JVM copy match exactly, otherwise false
* @return true if the scale factors match exactly, otherwise false
*/
private boolean checkScale(Vector3f storeVector) {
assert storeVector != null;
Expand Down

0 comments on commit 2298cb6

Please sign in to comment.