VideoPlayer: Fix reloading translation remapped stream

Fixes #43917.

(cherry picked from commit 7d0c561e02)
This commit is contained in:
Rémi Verschelde
2023-11-12 15:22:04 +01:00
parent b768561154
commit e4aec48bea
3 changed files with 11 additions and 1 deletions

View File

@ -172,6 +172,7 @@ Ref<VideoStreamPlayback> VideoStream::instantiate_playback() {
void VideoStream::set_file(const String &p_file) {
file = p_file;
emit_changed();
}
String VideoStream::get_file() {