diff options
| author | Pieter-Jan Briers | 2018-04-21 16:10:34 +0200 |
|---|---|---|
| committer | Pieter-Jan Briers | 2018-04-21 16:10:34 +0200 |
| commit | 09f79cde69a08ccefd4cf241d1d21f9b3e8d606e (patch) | |
| tree | f946f8f0142dff1431aa2a76f785621c2460a280 /doc/classes | |
| parent | 7d6f210ccb5de9ef414f94ad42f9f3dea14c0493 (diff) | |
| download | godot-09f79cde69a08ccefd4cf241d1d21f9b3e8d606e.tar.gz godot-09f79cde69a08ccefd4cf241d1d21f9b3e8d606e.tar.zst godot-09f79cde69a08ccefd4cf241d1d21f9b3e8d606e.zip | |
Diffstat (limited to 'doc/classes')
| -rw-r--r-- | doc/classes/VisualServer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index bd1a9fb3e..baebddf3e 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -328,7 +328,7 @@ </argument> <description> 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> </method> <method name="canvas_item_add_texture_rect"> |
