Fix the playback of the converted version
This commit is contained in:
parent
d681e038f5
commit
1deca177d2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue