Merge pull request #8001 from RoosterDragon/hardware-cursor-fixes
Hardware cursor fixes
This commit is contained in:
@@ -309,6 +309,9 @@ namespace OpenRA
|
||||
using (new PerfTimer("LoadMaps"))
|
||||
ModData.MapCache.LoadMaps();
|
||||
|
||||
if (Cursor != null)
|
||||
Cursor.Dispose();
|
||||
|
||||
if (Settings.Graphics.HardwareCursors)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user