Rename some VideoPlayerWidget methods for clarity

This commit is contained in:
penev92
2023-01-26 21:08:47 +02:00
committed by abcdefg30
parent 6321432d97
commit c3fcbf77ed
4 changed files with 15 additions and 7 deletions

View File

@@ -370,7 +370,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
StopVideo(player);
playingVideo = pv;
player.Load(video);
player.LoadAndPlay(video);
if (player.Video == null)
{