diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-13 23:43:53 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-13 23:43:53 +0100 |
commit | 493a1d5d1e7011104bd805ecf00bf8abcb7a6ac7 (patch) | |
tree | d8dfe311d477a91569f887e687cdb3b01d604066 | |
parent | cea77f81ea5939a9faf04c7297411625b1094bcd (diff) | |
parent | c82d0ea6a2087e85843134e6ed899b46589e85d9 (diff) | |
download | redot-engine-493a1d5d1e7011104bd805ecf00bf8abcb7a6ac7.tar.gz |
Merge pull request #88298 from dsnopek/openxr-alpha-blend-mode-docs-type-o
Fix type-o in `OpenXRAPIExtension` docs for `is_environment_blend_mode_alpha_supported()`
-rw-r--r-- | modules/openxr/doc_classes/OpenXRAPIExtension.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openxr/doc_classes/OpenXRAPIExtension.xml b/modules/openxr/doc_classes/OpenXRAPIExtension.xml index 1bc3a1a3fc..2f1f472a7e 100644 --- a/modules/openxr/doc_classes/OpenXRAPIExtension.xml +++ b/modules/openxr/doc_classes/OpenXRAPIExtension.xml @@ -78,7 +78,7 @@ <method name="is_environment_blend_mode_alpha_supported"> <return type="int" enum="OpenXRAPIExtension.OpenXRAlphaBlendModeSupport" /> <description> - Returns [enum OpenXRAPIExtension.OpenXRAlphaBlendModeSupport] denoting if [constant XRInterface.XR_ENV_BLEND_MODE_ALPHA_BLEND] is really support, emulated or not supported at all. + Returns [enum OpenXRAPIExtension.OpenXRAlphaBlendModeSupport] denoting if [constant XRInterface.XR_ENV_BLEND_MODE_ALPHA_BLEND] is really supported, emulated or not supported at all. </description> </method> <method name="is_initialized"> |