mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: null-check BuildFonts invocation
This commit is contained in:
parent
fd044f9353
commit
75eac29634
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ namespace Dalamud.Interface
|
|||
|
||||
private void OnBuildFonts()
|
||||
{
|
||||
this.BuildFonts.Invoke();
|
||||
this.BuildFonts?.Invoke();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue