Move hardware cursor control to hidden DisableHardwareCursors setting.
This commit is contained in:
committed by
Matthias Mailänder
parent
370f7a44fa
commit
f730b55255
@@ -40,8 +40,7 @@ namespace OpenRA.Graphics
|
||||
|
||||
public CursorManager(CursorProvider cursorProvider)
|
||||
{
|
||||
// Cursor settings are applied on game start
|
||||
hardwareCursorsDisabled = !Game.Settings.Graphics.HardwareCursors;
|
||||
hardwareCursorsDisabled = Game.Settings.Graphics.DisableHardwareCursors;
|
||||
|
||||
graphicSettings = Game.Settings.Graphics;
|
||||
sheetBuilder = new SheetBuilder(SheetType.BGRA);
|
||||
|
||||
Reference in New Issue
Block a user