Merge pull request #8001 from RoosterDragon/hardware-cursor-fixes

Hardware cursor fixes
This commit is contained in:
Oliver Brakmann
2015-04-30 20:24:19 +02:00
2 changed files with 55 additions and 14 deletions

View File

@@ -309,6 +309,9 @@ namespace OpenRA
using (new PerfTimer("LoadMaps"))
ModData.MapCache.LoadMaps();
if (Cursor != null)
Cursor.Dispose();
if (Settings.Graphics.HardwareCursors)
{
try