Skip to content

Commit

Permalink
Fixed a typo in BakedLightmap documentation
Browse files Browse the repository at this point in the history
"capture_propagation" member documentation description was missing the second 'p' in "propagation". Fixed this minor typo
Also resubmitting pull request to 3.x branch as per @Calinou's recommendation.
  • Loading branch information
QueenOfSquiggles committed Jan 17, 2022
1 parent 64ef373 commit cab8912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/BakedLightmap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
When enabled, an octree containing the scene's lighting information will be computed. This octree will then be used to light dynamic objects in the scene.
</member>
<member name="capture_propagation" type="float" setter="set_capture_propagation" getter="get_capture_propagation" default="1.0">
Bias value to reduce the amount of light proagation in the captured octree.
Bias value to reduce the amount of light propagation in the captured octree.
</member>
<member name="capture_quality" type="int" setter="set_capture_quality" getter="get_capture_quality" enum="BakedLightmap.BakeQuality" default="1">
Bake quality of the capture data.
Expand Down

0 comments on commit cab8912

Please sign in to comment.