fix: override the game cursor by default

This commit is contained in:
goaaats 2022-06-27 00:27:32 +02:00
parent 8383c7c44d
commit 6835699912
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -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()