summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-12-10 10:57:09 +0100
committerGitHub <noreply@github.com>2020-12-10 10:57:09 +0100
commitbc9b54d6ab1572898085a59cd30ace18e1515bf6 (patch)
tree358442c0304770da6f962e2ee0bbd597b5bedc72
parent47538ef9a48d5fed2a5470dda2f92e7b436655ae (diff)
parent1636fb8856759495aaeb156517d9a4cd2a33b967 (diff)
Merge pull request #43920 from Calinou/doc-videoplayer-no-remapping
Document the lack of localization remapping support in VideoPlayer
-rw-r--r--doc/classes/VideoPlayer.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/VideoPlayer.xml b/doc/classes/VideoPlayer.xml
index 60f0a40159..80f97c3419 100644
--- a/doc/classes/VideoPlayer.xml
+++ b/doc/classes/VideoPlayer.xml
@@ -6,6 +6,7 @@
<description>
Control node for playing video streams using [VideoStream] resources.
Supported video formats are [url=https://www.webmproject.org/]WebM[/url] ([code].webm[/code], [VideoStreamWebm]), [url=https://www.theora.org/]Ogg Theora[/url] ([code].ogv[/code], [VideoStreamTheora]), and any format exposed via a GDNative plugin using [VideoStreamGDNative].
+ [b]Note:[/b] Due to a bug, VideoPlayer does not support localization remapping yet.
</description>
<tutorials>
</tutorials>