We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bde75 commit df8498bCopy full SHA for df8498b
tutorials/shaders/custom_postprocessing.rst
@@ -23,7 +23,7 @@ Post-processing effects are shaders applied to a frame after Godot has rendered
23
it. To apply a shader to a frame, create a :ref:`CanvasLayer
24
<class_CanvasLayer>`, and give it a :ref:`ColorRect <class_ColorRect>`. Assign a
25
new :ref:`ShaderMaterial <class_ShaderMaterial>` to the newly created
26
-``ColorRect``, and set the ``ColorRect``'s anchors preset to Full Rect:
+``ColorRect``, and set the ``ColorRect``'s anchor preset to Full Rect:
27
28
.. figure:: img/custom_postprocessing_anchors_preset_full_rect.webp
29
:align: center
0 commit comments