mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
swap around log/exit in IM font build error
This commit is contained in:
parent
0d7c8f1bd2
commit
22d27fbb19
1 changed files with 1 additions and 1 deletions
|
|
@ -690,8 +690,8 @@ internal class InterfaceManager : IInternalDisposableService
|
||||||
if (this.dalamudAtlas.BuildTask.Exception != null)
|
if (this.dalamudAtlas.BuildTask.Exception != null)
|
||||||
{
|
{
|
||||||
// TODO: Can we do something more user-friendly here? Unload instead?
|
// TODO: Can we do something more user-friendly here? Unload instead?
|
||||||
Util.Fatal("Failed to initialize Dalamud base fonts.\nPlease report this error.", "Dalamud");
|
|
||||||
Log.Error(this.dalamudAtlas.BuildTask.Exception, "Failed to initialize Dalamud base fonts");
|
Log.Error(this.dalamudAtlas.BuildTask.Exception, "Failed to initialize Dalamud base fonts");
|
||||||
|
Util.Fatal("Failed to initialize Dalamud base fonts.\nPlease report this error.", "Dalamud");
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.presentHook!.Original(swapChain, syncInterval, presentFlags);
|
return this.presentHook!.Original(swapChain, syncInterval, presentFlags);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue