Browse Source

Merge pull request #34692 from bluenote10/bluenote10-shadow_item_cull_mask-docs

shadow_item_cull_mask should reference light mask
Rémi Verschelde 5 years ago
parent
commit
9c6863e74b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/Light2D.xml

+ 1 - 1
doc/classes/Light2D.xml

@@ -68,7 +68,7 @@
 			Smooth shadow gradient length.
 		</member>
 		<member name="shadow_item_cull_mask" type="int" setter="set_item_shadow_cull_mask" getter="get_item_shadow_cull_mask" default="1">
-			The shadow mask. Used with [LightOccluder2D] to cast shadows. Only occluders with a matching shadow mask will cast shadows.
+			The shadow mask. Used with [LightOccluder2D] to cast shadows. Only occluders with a matching light mask will cast shadows.
 		</member>
 		<member name="texture" type="Texture" setter="set_texture" getter="get_texture">
 			[Texture] used for the Light2D's appearance.