Procházet zdrojové kódy

Merge pull request #2380 from bitbutter/patch-8

Fixed incorrect number
Max Hilbrunner před 6 roky
rodič
revize
f6e79233ac
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      getting_started/step_by_step/instancing.rst

+ 1 - 1
getting_started/step_by_step/instancing.rst

@@ -104,7 +104,7 @@ Press "Play" and notice that all of the instanced balls are now
 much more bouncy. Because the instanced balls are based on the saved scene,
 changes to that scene will affect all instances.
 
-You can also adjust individual instances. Set the bounce value back to ``0.5``
+You can also adjust individual instances. Set the bounce value back to ``0``
 and then in the ``Main`` scene, select one of the instanced balls. Set its
 ``Bounce`` to ``1`` and press "Play".