Fix shader loading

Also remove now redundant mounting of the game directory
This commit is contained in:
Pavel Penev
2015-10-09 14:19:07 +03:00
parent 1b88d24cfa
commit 4ce1444c6b
2 changed files with 3 additions and 6 deletions

View File

@@ -218,7 +218,6 @@ namespace OpenRA
GeoIP.Initialize();
ModData.ModFiles.Mount(Platform.GameDir); // Needed to access shaders
var renderers = new[] { Settings.Graphics.Renderer, "Default", null };
foreach (var r in renderers)
{