You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 17:36:07 +00:00
VideoPlayer: Fix reloading translation remapped stream
Fixes #43917.
(cherry picked from commit 7d0c561e02)
This commit is contained in:
committed by
Yuri Sizov
parent
2ff7b6c830
commit
98cfa8bcf2
@@ -6,7 +6,6 @@
|
||||
<description>
|
||||
A control used for playback of [VideoStream] resources.
|
||||
Supported video formats are [url=https://www.theora.org/]Ogg Theora[/url] ([code].ogv[/code], [VideoStreamTheora]) and any format exposed via a GDExtension plugin.
|
||||
[b]Note:[/b] Due to a bug, VideoStreamPlayer does not support localization remapping yet.
|
||||
[b]Warning:[/b] On Web, video playback [i]will[/i] perform poorly due to missing architecture-specific assembly optimizations.
|
||||
</description>
|
||||
<tutorials>
|
||||
|
||||
Reference in New Issue
Block a user