diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-10-21 18:13:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 18:13:45 +0200 |
commit | d145c9b1a7a51d99b6009bf78244f8c953caac0f (patch) | |
tree | 050e42fd868376541210db815979449aababb961 /doc | |
parent | 8ebc8813d5d829532ec30829a3e350c87aea97ff (diff) | |
parent | 5de65bb2d7daa6f171e3fd93e6ed24108ecea65f (diff) |
Merge pull request #67684 from patchfx/fix-typo-in-draw-rect-region
Fix tp_canvas_item typo in _draw_rect_region
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Texture2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Texture2D.xml b/doc/classes/Texture2D.xml index 14e89a1b74..3dd8c339b2 100644 --- a/doc/classes/Texture2D.xml +++ b/doc/classes/Texture2D.xml @@ -33,7 +33,7 @@ </method> <method name="_draw_rect_region" qualifiers="virtual const"> <return type="void" /> - <param index="0" name="tp_canvas_item" type="RID" /> + <param index="0" name="to_canvas_item" type="RID" /> <param index="1" name="rect" type="Rect2" /> <param index="2" name="src_rect" type="Rect2" /> <param index="3" name="modulate" type="Color" /> |