mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
Merge branch 'master' into imgui-bindings
This commit is contained in:
commit
f63ee5cb76
27 changed files with 399 additions and 290 deletions
|
|
@ -834,7 +834,7 @@ internal partial class InterfaceManager : IInternalDisposableService
|
|||
this.defaultFontResourceLock = fontLocked;
|
||||
|
||||
// Broadcast to auto-rebuilding instances.
|
||||
this.AfterBuildFonts?.Invoke();
|
||||
this.AfterBuildFonts.InvokeSafely();
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue