Fix issue in user manual
This commit is contained in:
parent
cd2cda178f
commit
3c31107112
|
@ -281,7 +281,7 @@ rp3d::CollisionWorld world;
|
||||||
\begin{lstlisting}
|
\begin{lstlisting}
|
||||||
// Create the world settings
|
// Create the world settings
|
||||||
rp3d::WorldSettings settings;
|
rp3d::WorldSettings settings;
|
||||||
settings.nbVelocitySolverIterations = 20;
|
settings.defaultVelocitySolverNbIterations = 20;
|
||||||
settings.isSleepingEnabled = false;
|
settings.isSleepingEnabled = false;
|
||||||
|
|
||||||
// Create the world with your settings
|
// Create the world with your settings
|
||||||
|
|
Loading…
Reference in New Issue
Block a user