formatting fix
parent
c2c9a66181
commit
d2a7788fd3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue