Skip to content

Commit

Permalink
Fix quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
notgiven688 committed Oct 28, 2024
1 parent f940c5f commit a763045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/01_quickstart/02-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SetMaterialTexture(ref boxMat, MaterialMapIndex.Diffuse, texture);

// initialize the Jitter physics world
World world = new ();
world.NumberSubsteps = 4;
world.SubstepCount = 4;

// add a body representing the plane
RigidBody planeBody = world.CreateRigidBody();
Expand Down

0 comments on commit a763045

Please sign in to comment.