Browse Source

add highlight to the word true

Lukas Fletcher 11 months ago
parent
commit
30a5e954fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/2d/particle_systems_2d.rst

+ 1 - 1
tutorials/2d/particle_systems_2d.rst

@@ -202,7 +202,7 @@ at 2 frames per second. Note this does not slow down the particle system itself.
 Fract Delta
 ~~~~~~~~~~~
 
-Setting Fract Delta to true results in fractional delta calculation,
+Setting Fract Delta to ``true`` results in fractional delta calculation,
 which has a smoother particles display effect.
 This increased smoothness stems from higher accuracy.
 The difference is more noticeable in systems with high randomness or fast-moving particles.