diff options
| author | Max Hilbrunner | 2018-04-22 15:06:39 +0200 |
|---|---|---|
| committer | GitHub | 2018-04-22 15:06:39 +0200 |
| commit | d0699b34d7caaac33c1f748e9facc419b32d6dd6 (patch) | |
| tree | f7f370ce8c541fc5a7315fa98f8a92807be72359 /doc/classes | |
| parent | 6b797574a2a238968211daa6c731bae56e7bff05 (diff) | |
| parent | 09f79cde69a08ccefd4cf241d1d21f9b3e8d606e (diff) | |
| download | godot-d0699b34d7caaac33c1f748e9facc419b32d6dd6.tar.gz godot-d0699b34d7caaac33c1f748e9facc419b32d6dd6.tar.zst godot-d0699b34d7caaac33c1f748e9facc419b32d6dd6.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"> |
