Fix the playback of the converted version

This commit is contained in:
Martyn 2020-09-20 12:51:54 +02:00
parent d681e038f5
commit 1deca177d2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ func _ready():
func _on_Control_ready():
$vp.set_stream(load(OS.get_user_data_dir()+"/test.webm"))
$vp.set_stream(load(OS.get_user_data_dir()+"/converted.webm"))
print($vp.get_stream_name())
$vp.play()
pass # Replace with function body.