VideoPlayer: Fix reloading translation remapped stream
Fixes #43917.
(cherry picked from commit 7d0c561e02)
This commit is contained in:
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user