Skip to content

Commit

Permalink
Code clean-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanedds committed Dec 29, 2024
1 parent 5b50773 commit 4421bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nu/Nu/Physics/PhysicsEngineJolt.fs
Original file line number Diff line number Diff line change
Expand Up @@ -727,8 +727,8 @@ type [<ReferenceEquality>] PhysicsEngineJolt =
UnscaledPointsCached = dictPlus UnscaledPointsKey.comparer []
CollisionsGround = dictPlus HashIdentity.Structural []
CollisionsAll = dictPlus HashIdentity.Structural []
Bodies = dictPlus HashIdentity.Structural []
BodyUserData = dictPlus HashIdentity.Structural []
Bodies = dictPlus HashIdentity.Structural []
Constraints = dictPlus HashIdentity.Structural []
CreateBodyJointMessages = dictPlus HashIdentity.Structural []
IntegrationMessages = List () }
Expand Down

0 comments on commit 4421bfa

Please sign in to comment.