Skip to content

Commit

Permalink
MeshCollisionShape: re-order fields
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 22, 2024
1 parent 7dd6e2c commit dd31aec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public class MeshCollisionShape extends CollisionShape {
*/
final private static String tagBvh = "bvh";
final private static String tagDoublePrecision = "doublePrecision";
final private static String tagNativePlatform = "nativePlatform";
final private static String tagNativeMesh = "nativeMesh";
final private static String tagNativePlatform = "nativePlatform";
final private static String tagUseCompression = "useCompression";
// *************************************************************************
// fields
Expand Down

0 comments on commit dd31aec

Please sign in to comment.