formatting fix

pull/2/head
cosmonaut 2023-06-07 14:22:29 -07:00
parent c2c9a66181
commit d2a7788fd3
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ namespace MoonWorks.Test
videoPlayer = new VideoPlayer(GraphicsDevice);
videoPlayer.Load(video);
videoPlayer.Loop = true;
videoPlayer.Play();
videoPlayer.Play();
}
protected override void Update(System.TimeSpan delta)