fix VideoAV1 constructor

spritebatch
cosmonaut 2024-01-15 22:04:48 -08:00
parent 77d8357186
commit bae05596e2
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ namespace MoonWorks.Test
GraphicsDevice.Submit(cmdbuf);
// Load the video
video = new Video.VideoAV1(TestUtils.GetVideoPath("hello.obu"), 25);
video = new VideoAV1(GraphicsDevice, TestUtils.GetVideoPath("hello.obu"), 25);
// Play the video
videoPlayer = new VideoPlayer(GraphicsDevice);