diff options
author | Bastiaan Olij <mux213@gmail.com> | 2021-09-07 09:20:49 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 09:20:49 +1000 |
commit | 76b83ff615fed6c77766778ad74d277c72dc054b (patch) | |
tree | b4562404e05c909e3bfee1ca5c916df007b81b03 /doc | |
parent | b277c8828089156682abe09b4d0d8077b7298bd2 (diff) | |
parent | 32ddcaf15eff44260348423843562193d450bb14 (diff) |
Merge pull request #52405 from BastiaanOlij/xr_extension_missing_names
Add missing parameter names to _commit_views GDVIRTUAL_BIND
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/XRInterfaceExtension.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/XRInterfaceExtension.xml b/doc/classes/XRInterfaceExtension.xml index 46d8d7e4e8..36542f690b 100644 --- a/doc/classes/XRInterfaceExtension.xml +++ b/doc/classes/XRInterfaceExtension.xml @@ -11,8 +11,8 @@ <methods> <method name="_commit_views" qualifiers="virtual"> <return type="void" /> - <argument index="0" name="" type="RID" /> - <argument index="1" name="" type="Rect2" /> + <argument index="0" name="render_target" type="RID" /> + <argument index="1" name="screen_rect" type="Rect2" /> <description> </description> </method> |