Skip to content

Commit

Permalink
Update tutorials/animation/playing_videos.rst
Browse files Browse the repository at this point in the history
Co-authored-by: A Thousand Ships <[email protected]>
  • Loading branch information
ShawnHardern and AThousandShips authored Aug 23, 2024
1 parent b41a3c0 commit 1b28cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/animation/playing_videos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ To allow users to manipulate the chroma key effect in real-time, we created slid
$VideoStreamPlayer.material.set("shader_parameter/fade_amount", value)

func _on_video_stream_player_finished():
# Restart the video playback when it's finished
# Restart the video playback when it's finished.
$VideoStreamPlayer.play()

.. code-tab:: csharp
Expand Down

0 comments on commit 1b28cee

Please sign in to comment.