Fix video audio not looping.

This commit is contained in:
Chandler Cox
2024-10-06 14:54:44 -05:00
parent 631ff14fc1
commit 283f26b95c

View File

@@ -397,6 +397,7 @@ namespace MF
// Loop
playerMF.Time.Ticks %= player.Duration.Ticks;
playerMF.Seek = 1;
player.PlayAudio();
}
else
{