Merge pull request #10196 from RoosterDragon/hardware-cursoring

More graceful hardware cursor failing
This commit is contained in:
Paul Chote
2015-12-12 12:55:53 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -336,7 +336,6 @@ namespace OpenRA
Console.WriteLine("Error was: " + e.Message);
Cursor = new SoftwareCursor(ModData.CursorProvider);
Settings.Graphics.HardwareCursors = false;
}
}
else