mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
blep
This commit is contained in:
parent
e5c4ddf45d
commit
0ff46fa860
1 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,8 @@ using FFXIVClientStructs.FFXIV.Component.GUI;
|
|||
|
||||
namespace Penumbra.Interop;
|
||||
|
||||
// Handle font reloading via
|
||||
// Handle font reloading via game functions.
|
||||
// May cause a interface flicker while reloading.
|
||||
public static unsafe class FontReloader
|
||||
{
|
||||
private static readonly AtkModule* AtkModule = null;
|
||||
|
|
@ -43,7 +44,7 @@ public static unsafe class FontReloader
|
|||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
var atkModule = uiModule->GetRaptureAtkModule();
|
||||
if( atkModule == null )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue