Skip to content

Commit

Permalink
PhysicsCollisionObject: name formal arguments consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 7, 2024
1 parent 9163574 commit 56f8126
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1452,11 +1452,11 @@ private static void freeNativeObject(long objectId) {

native private static float getSpinningFriction(long objectId);

native private static int getUserIndex(long shapeId);
native private static int getUserIndex(long objectId);

native private static int getUserIndex2(long shapeId);
native private static int getUserIndex2(long objectId);

native private static int getUserIndex3(long shapeId);
native private static int getUserIndex3(long objectId);

native private static boolean
hasAnisotropicFriction(long objectId, int mode);
Expand Down

0 comments on commit 56f8126

Please sign in to comment.