Skip to content

Commit c4bea28

Browse files
committed
Fix typo in CompositorEffect documentation
1 parent 0a4aedb commit c4bea28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/classes/CompositorEffect.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
The callback is called before our transparent rendering pass, but after our sky is rendered and we've created our back buffers.
8888
</constant>
8989
<constant name="EFFECT_CALLBACK_TYPE_POST_TRANSPARENT" value="4" enum="EffectCallbackType">
90-
The callback is called after our transparent rendering pass, but before any build in post effects and output to our render target.
90+
The callback is called after our transparent rendering pass, but before any built-in post-processing effects and output to our render target.
9191
</constant>
9292
<constant name="EFFECT_CALLBACK_TYPE_MAX" value="5" enum="EffectCallbackType">
9393
Represents the size of the [enum EffectCallbackType] enum.

doc/classes/RenderingServer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5148,7 +5148,7 @@
51485148
The callback is called before our transparent rendering pass, but after our sky is rendered and we've created our back buffers.
51495149
</constant>
51505150
<constant name="COMPOSITOR_EFFECT_CALLBACK_TYPE_POST_TRANSPARENT" value="4" enum="CompositorEffectCallbackType">
5151-
The callback is called after our transparent rendering pass, but before any build in post effects and output to our render target.
5151+
The callback is called after our transparent rendering pass, but before any built-in post-processing effects and output to our render target.
51525152
</constant>
51535153
<constant name="COMPOSITOR_EFFECT_CALLBACK_TYPE_ANY" value="-1" enum="CompositorEffectCallbackType">
51545154
</constant>

0 commit comments

Comments
 (0)