Skip to content

Commit

Permalink
[DX] fix VideoPlayer.Resume() (MonoGame#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast committed Apr 30, 2023
1 parent bda0efc commit 24ec794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MonoGame.Framework/Media/VideoPlayer.WMS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private void PlatformPlay()

private void PlatformResume()
{
_session.Start(null, null);
_session.Start(null, _positionCurrent);
}

private void PlatformStop()
Expand Down

0 comments on commit 24ec794

Please sign in to comment.