mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.
(cherry picked from commit 09f79cde69)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
b5425e3d87
commit
1e8ff7460a
@@ -324,7 +324,7 @@
|
|||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Adds a [Transform2D] command to the [CanvasItem]'s draw commands.
|
Adds a [Transform2D] command to the [CanvasItem]'s draw commands.
|
||||||
This sets the extra_matrix uniform when executed. This affects the later command's of the canvas item.
|
This sets the extra_matrix uniform when executed. This affects the later commands of the canvas item.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="canvas_item_add_texture_rect">
|
<method name="canvas_item_add_texture_rect">
|
||||||
|
|||||||
Reference in New Issue
Block a user