mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 22:37:43 +01:00
Merge branch 'net5'
This commit is contained in:
commit
d79e300750
2 changed files with 5 additions and 2 deletions
|
|
@ -320,11 +320,14 @@ namespace Dalamud
|
||||||
config.Save();
|
config.Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Log.CloseAndFlush();
|
||||||
Environment.Exit(-1);
|
Environment.Exit(-1);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
Log.Fatal("Unhandled SEH object on AppDomain: {Object}", args.ExceptionObject);
|
Log.Fatal("Unhandled SEH object on AppDomain: {Object}", args.ExceptionObject);
|
||||||
|
|
||||||
|
Log.CloseAndFlush();
|
||||||
|
Environment.Exit(-1);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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