mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix a typo in Physics introduction (#5778)
This commit is contained in:
committed by
Hugo Locurcio
parent
306a0bf32b
commit
becf8f1663
@@ -172,7 +172,7 @@ would be as follows::
|
||||
0x000d
|
||||
# (This value can be shortened to 0xd)
|
||||
|
||||
# Decimal - Add the results of 2 to the power of (layer be enabled-1).
|
||||
# Decimal - Add the results of 2 to the power of (layer to be enabled - 1).
|
||||
# (2^(1-1)) + (2^(3-1)) + (2^(4-1)) = 1 + 4 + 8 = 13
|
||||
pow(2, 1) + pow(2, 3) + pow(2, 4)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user