Fix video playback to work with D2k VQAs
This commit is contained in:
@@ -304,7 +304,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
if (!GlobalFileSystem.Exists(filename))
|
||||
return false;
|
||||
|
||||
if (Path.GetExtension(filename).ToLower() == ".vqa")
|
||||
if (Path.GetExtension(filename.ToLowerInvariant()) == ".vqa")
|
||||
{
|
||||
player = panel.Get<VqaPlayerWidget>("PLAYER");
|
||||
currentFilename = filename;
|
||||
|
||||
Reference in New Issue
Block a user