Skip to content

Commit 3c31107

Browse files
Fix issue in user manual
1 parent cd2cda1 commit 3c31107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/UserManual/ReactPhysics3D-UserManual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
\begin{lstlisting}
282282
// Create the world settings
283283
rp3d::WorldSettings settings;
284-
settings.nbVelocitySolverIterations = 20;
284+
settings.defaultVelocitySolverNbIterations = 20;
285285
settings.isSleepingEnabled = false;
286286

287287
// Create the world with your settings

0 commit comments

Comments
 (0)