This commit is contained in:
Ottermandias 2022-05-26 15:23:46 +02:00
parent e5c4ddf45d
commit 0ff46fa860

View file

@ -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 )
{