Răsfoiți Sursa

Update physics_introduction.rst

small fix
kkoang 2 ani în urmă
părinte
comite
6bae3e2cf0
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tutorials/physics/physics_introduction.rst

+ 1 - 1
tutorials/physics/physics_introduction.rst

@@ -154,7 +154,7 @@ Code example
 ^^^^^^^^^^^^
 ^^^^^^^^^^^^
 
 
 In function calls, layers are specified as a bitmask. Where a function enables
 In function calls, layers are specified as a bitmask. Where a function enables
-all layers by default, the layer mask will be given as ``0x7fffffff``. Your code
+all layers by default, the layer mask will be given as ``0xffffffff``. Your code
 can use binary, hexadecimal, or decimal notation for layer masks, depending
 can use binary, hexadecimal, or decimal notation for layer masks, depending
 on your preference.
 on your preference.