瀏覽代碼

Merge pull request #6466 from kkoang/patch-4

Update physics_introduction.rst
Max Hilbrunner 2 年之前
父節點
當前提交
322e0f5802
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
-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
 on your preference.