mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-07 16:34:36 +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
|
||||
private bool lastWantCapture = false;
|
||||
private bool isRebuildingFonts = false;
|
||||
private bool isOverrideGameCursor = false;
|
||||
private bool isFallbackFontMode = false;
|
||||
private bool isOverrideGameCursor = true;
|
||||
|
||||
[ServiceManager.ServiceConstructor]
|
||||
private InterfaceManager()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue