mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 00:07:49 +01:00
fix: override the game cursor by default
This commit is contained in:
parent
8383c7c44d
commit
6835699912
1 changed files with 1 additions and 1 deletions
|
|
@ -68,8 +68,8 @@ namespace Dalamud.Interface.Internal
|
||||||
// can't access imgui IO before first present call
|
// can't access imgui IO before first present call
|
||||||
private bool lastWantCapture = false;
|
private bool lastWantCapture = false;
|
||||||
private bool isRebuildingFonts = false;
|
private bool isRebuildingFonts = false;
|
||||||
private bool isOverrideGameCursor = false;
|
|
||||||
private bool isFallbackFontMode = false;
|
private bool isFallbackFontMode = false;
|
||||||
|
private bool isOverrideGameCursor = true;
|
||||||
|
|
||||||
[ServiceManager.ServiceConstructor]
|
[ServiceManager.ServiceConstructor]
|
||||||
private InterfaceManager()
|
private InterfaceManager()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue