Skip to content

Commit

Permalink
Allow for more contacts in the Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
notgiven688 committed Dec 23, 2024
1 parent 65ace63 commit e2a9960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JitterDemo/Playground.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public Playground()
var capacity = new World.Capacity
{
BodyCount = 64_000,
ContactCount = 64_000,
ContactCount = 128_000,
ConstraintCount = 32_000,
SmallConstraintCount = 32_000
};
Expand Down

0 comments on commit e2a9960

Please sign in to comment.